From c8969f90a67551a2a8c90648209dede04d209d13 Mon Sep 17 00:00:00 2001 From: tnsatish Date: Tue, 20 Mar 2018 22:16:11 +0530 Subject: [PATCH] Fix typo in percolate-query.asciidoc (#29155) --- docs/reference/query-dsl/percolate-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/percolate-query.asciidoc b/docs/reference/query-dsl/percolate-query.asciidoc index bb54246a8c139..aac57363ffa60 100644 --- a/docs/reference/query-dsl/percolate-query.asciidoc +++ b/docs/reference/query-dsl/percolate-query.asciidoc @@ -37,7 +37,7 @@ the `percolator` query before it gets indexed into a temporary index. The `query` field is used for indexing the query documents. It will hold a json object that represents an actual Elasticsearch query. The `query` field has been configured to use the <>. This field -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 used later on to match documents defined on the `percolate` query. Register a query in the percolator: