Skip to content

Commit 2e1e862

Browse files
tnsatishDaveCTurner
authored andcommitted
Fix typo in percolate-query.asciidoc (#29155)
1 parent efc8865 commit 2e1e862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/percolate-query.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the `percolator` query before it gets indexed into a temporary index.
3737
The `query` field is used for indexing the query documents. It will hold a
3838
json object that represents an actual Elasticsearch query. The `query` field
3939
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
40+
type understands the query dsl and stores the query in such a way that it can be
4141
used later on to match documents defined on the `percolate` query.
4242

4343
Register a query in the percolator:

0 commit comments

Comments
 (0)