We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc8865 commit 2e1e862Copy full SHA for 2e1e862
docs/reference/query-dsl/percolate-query.asciidoc
@@ -37,7 +37,7 @@ the `percolator` query before it gets indexed into a temporary index.
37
The `query` field is used for indexing the query documents. It will hold a
38
json object that represents an actual Elasticsearch query. The `query` field
39
has been configured to use the <<percolator,percolator field type>>. This field
40
-type understands the query dsl and stored the query in such a way that it can be
+type understands the query dsl and stores the query in such a way that it can be
41
used later on to match documents defined on the `percolate` query.
42
43
Register a query in the percolator:
0 commit comments