[DOCS] Fixes typo (#877)
This commit is contained in:
committed by
Tomas Della Vedova
parent
f037e8115e
commit
097ecc5159
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user