Skip to content

Commit c3d66e2

Browse files
committed
fix wording
1 parent 445870f commit c3d66e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/partitioning-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If your container could grow to more than a few physical partitions, then you sh
5858

5959
If your container has a property that has a wide range of possible values, it is likely a great partition key choice. One possible example of such a property is the *item ID*. For small read-heavy containers or write-heavy containers of any size, the *item ID* is naturally a great choice for the partition key.
6060

61-
The system property *item ID* is guaranteed to exist in every item in your Cosmos container. You may have other properties in your document that represent a logical id of your item. In many cases, these are also great partition key choices for the same reasons as the *item ID*.
61+
The system property *item ID* is guaranteed to exist in every item in your Cosmos container. You may have other properties that represent a logical id of your item. In many cases, these are also great partition key choices for the same reasons as the *item ID*.
6262

6363
The *item ID* is a great partition key choice for the following reasons:
6464

0 commit comments

Comments
 (0)