Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson authored Jan 23, 2018
1 parent a4b4283 commit e0a6018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/query-dsl/query-string-syntax.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ match the query string `"a* b* c*"`.
[WARNING]
=======
Pure wildcards `\*` are rewritten to <<query-dsl-exists-query,`exists`>> queries for efficiency.
As a consequence, the wildcard `"field:*"` would match documents with an emtpy value
As a consequence, the wildcard `"field:*"` would match documents with an empty value
like the following:
```
{
Expand Down

0 comments on commit e0a6018

Please sign in to comment.