Skip to content

Commit 0ef4c9e

Browse files
committed
Fix typo
1 parent 019ca9e commit 0ef4c9e

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/query-languages/esql/_snippets/commands/layout

1 file changed

+1
-1
lines changed

docs/reference/query-languages/esql/_snippets/commands/layout/completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COMPLETION [column =] prompt WITH { "inference_id" : "my_inference_endpoint" }
2222
:::{tab-item} 9.1.x only
2323

2424
```esql
25-
COMPLETION [column =] prompt WITH ny_inference_endpoint
25+
COMPLETION [column =] prompt WITH my_inference_endpoint
2626
```
2727

2828
:::

0 commit comments

Comments
 (0)