[DOCS] Fixes typo (#877)

This commit is contained in:
Lisa Cawley
2019-06-11 23:39:57 -07:00
committed by delvedor
parent 40603cde72
commit 48e277fd07

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)