Skip to content

Commit 885bc4a

Browse files
authored
[DOCS] Fix typo (elastic#75635)
1 parent 9540dfb commit 885bc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ before activating this feature.
104104
[[early-terminate]]
105105
=== Early termination of search request
106106

107-
By default in Elasticsearch a search request must visit every document that match a query to
107+
By default in Elasticsearch a search request must visit every document that matches a query to
108108
retrieve the top documents sorted by a specified sort.
109109
Though when the index sort and the search sort are the same it is possible to limit
110110
the number of documents that should be visited per segment to retrieve the N top ranked documents globally.

0 commit comments

Comments
 (0)