Skip to content

Commit 1ad4859

Browse files
authored
Merge pull request #82673 from NageshAndani/patch-1
Fix grammatical error in sql-query-pagination.md
2 parents 5ed60ee + bff0f8f commit 1ad4859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql/sql-query-pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In Azure Cosmos DB, queries may have multiple pages of results. This document ex
1818

1919
Sometimes query results will be split over multiple pages. Each page's results is generated by a separate query execution. When query results cannot be returned in one single execution, Azure Cosmos DB will automatically split results into multiple pages.
2020

21-
You can specify the maximum number of items returned by a query by setting the `MaxItemCount`. The `MaxItemCount` is specified per request and tells the query engine will to return that number of items or fewer. You can set `MaxItemCount` to `-1` if you don't want to place a limit on the number of results per query execution.
21+
You can specify the maximum number of items returned by a query by setting the `MaxItemCount`. The `MaxItemCount` is specified per request and tells the query engine to return that number of items or fewer. You can set `MaxItemCount` to `-1` if you don't want to place a limit on the number of results per query execution.
2222

2323
In addition, there are other reasons that the query engine might need to split query results into multiple pages. These include:
2424

0 commit comments

Comments
 (0)