瀏覽代碼

[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-terminate]]
 === Early termination of search request
 === 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.
 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
 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.
 the number of documents that should be visited per segment to retrieve the N top ranked documents globally.