[DOCS] Fixes typo (#877)

This commit is contained in:
Lisa Cawley
2019-06-11 23:39:57 -07:00
committed by Tomas Della Vedova
parent f037e8115e
commit 097ecc5159

View File

@ -59,7 +59,7 @@ async function run (): void {
client
.search(params)
.then((result: ApiResponse) => {
console.og(result.body.hits.hits)
console.log(result.body.hits.hits)
})
.catch((err: Error) => {
console.log(err)