Skip to content

Commit e0a6018

Browse files
authored
Fix spelling error
1 parent a4b4283 commit e0a6018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/query-string-syntax.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ match the query string `"a* b* c*"`.
5656
[WARNING]
5757
=======
5858
Pure wildcards `\*` are rewritten to <<query-dsl-exists-query,`exists`>> queries for efficiency.
59-
As a consequence, the wildcard `"field:*"` would match documents with an emtpy value
59+
As a consequence, the wildcard `"field:*"` would match documents with an empty value
6060
like the following:
6161
```
6262
{

0 commit comments

Comments
 (0)