浏览代码

[DOCS] Fix typo in intervals query docs (#48180)

Anton 6 年之前
父节点
当前提交
88346ff8a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-dsl/intervals-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/intervals-query.asciidoc

@@ -7,7 +7,7 @@
 Returns documents based on the order and proximity of matching terms.
 Returns documents based on the order and proximity of matching terms.
 
 
 The `intervals` query uses *matching rules*, constructed from a small set of
 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
 The definitions produce sequences of minimal intervals that span terms in a
 body of text. These intervals can be further combined and filtered by
 body of text. These intervals can be further combined and filtered by