Skip to content

Commit 396e499

Browse files
change ids to IDs per Acrolinx & consistency
1 parent 7e3e0d8 commit 396e499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/create-sql-api-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Now go back to the Azure portal to get your connection string information and la
115115

116116
4. The app creates database with name `AzureSampleFamilyDB`
117117
5. The app creates container with name `FamilyContainer`
118-
6. The app will perform point reads using object ids and partition key value (which is lastName in our sample).
118+
6. The app will perform point reads using object IDs and partition key value (which is lastName in our sample).
119119
7. The app will query items to retrieve all families with last name in ('Andersen', 'Wakefield', 'Johnson')
120120

121121
7. The app doesn't delete the created resources. Switch back to the portal to [clean up the resources](#clean-up-resources). from your account so that you don't incur charges.

0 commit comments

Comments
 (0)