Skip to content

Commit a38e89a

Browse files
lcawldelvedor
authored andcommitted
[DOCS] Fixes typo (#877)
1 parent 0311ce9 commit a38e89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/typescript.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function run (): void {
5959
client
6060
.search(params)
6161
.then((result: ApiResponse) => {
62-
console.og(result.body.hits.hits)
62+
console.log(result.body.hits.hits)
6363
})
6464
.catch((err: Error) => {
6565
console.log(err)

0 commit comments

Comments
 (0)