Skip to content

Commit 47855b6

Browse files
committed
Update 15_Pagination.asciidoc
fix typo
1 parent 5e89723 commit 47855b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

050_Search/15_Pagination.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GET /_search?size=5&from=10
2727
Beware of paging too deep or requesting too many results at once. Results are
2828
sorted before being returned. But remember that a search request usually spans
2929
multiple shards. Each shard generates its own sorted results, which then need
30-
to be sorted centrally to ensure that the overll order is correct.
30+
to be sorted centrally to ensure that the overall order is correct.
3131

3232
.Deep paging in distributed systems
3333
****

0 commit comments

Comments
 (0)