Browse Source

Fix spelling error

Lukas Olson 7 years ago
parent
commit
7c5619a29a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/query-string-syntax.asciidoc

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

@@ -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:
 ```
 {