浏览代码

[DOCS] Fix typo (#75635) (#75705)

Co-authored-by: Glen Smith <github@smithsrock.com>
James Rodewig 4 年之前
父节点
当前提交
ec0ae34ecb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/index-modules/index-sorting.asciidoc

+ 1 - 1
docs/reference/index-modules/index-sorting.asciidoc

@@ -104,7 +104,7 @@ before activating this feature.
 [[early-terminate]]
 === Early termination of search request
 
-By default in Elasticsearch a search request must visit every document that match a query to
+By default in Elasticsearch a search request must visit every document that matches a query to
 retrieve the top documents sorted by a specified sort.
 Though when the index sort and the search sort are the same it is possible to limit
 the number of documents that should be visited per segment to retrieve the N top ranked documents globally.