From b54d817f1d4df131e510dcea79cfb646e1b76201 Mon Sep 17 00:00:00 2001 From: Anton <33043735+siffash@users.noreply.github.com> Date: Thu, 17 Oct 2019 16:14:15 +0300 Subject: [PATCH] [DOCS] Fix typo in intervals query docs (#48180) --- docs/reference/query-dsl/intervals-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/intervals-query.asciidoc b/docs/reference/query-dsl/intervals-query.asciidoc index e560f52e86e..150b4b9616c 100644 --- a/docs/reference/query-dsl/intervals-query.asciidoc +++ b/docs/reference/query-dsl/intervals-query.asciidoc @@ -7,7 +7,7 @@ Returns documents based on the order and proximity of matching terms. The `intervals` query uses *matching rules*, constructed from a small set of -definitions. Theses rules are then applied to terms from a specified `field`. +definitions. These rules are then applied to terms from a specified `field`. The definitions produce sequences of minimal intervals that span terms in a body of text. These intervals can be further combined and filtered by