[DOCS] Fixes typo (#877)
This commit is contained in:
@ -59,7 +59,7 @@ async function run (): void {
|
|||||||
client
|
client
|
||||||
.search(params)
|
.search(params)
|
||||||
.then((result: ApiResponse) => {
|
.then((result: ApiResponse) => {
|
||||||
console.og(result.body.hits.hits)
|
console.log(result.body.hits.hits)
|
||||||
})
|
})
|
||||||
.catch((err: Error) => {
|
.catch((err: Error) => {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user