Skip to content

Commit 4037098

Browse files
replace "id" with "ID"
Per Acrolinx report
1 parent 5e7b359 commit 4037098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/create-sql-api-xamarin-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Now let's take a quick review of how the app communicates with Azure Cosmos DB.
179179
}
180180
```
181181
182-
Here a new URI is needed to uniquely identify the document to replace and is obtained by using `UriFactory.CreateDocumentUri` and passing it the database and collection names and the id of the document.
182+
Here a new URI is needed to uniquely identify the document to replace and is obtained by using `UriFactory.CreateDocumentUri` and passing it the database and collection names and the ID of the document.
183183
184184
The `DocumentClient.ReplaceDocumentAsync` replaces the document identified by the URI with the one specified as a parameter.
185185

0 commit comments

Comments
 (0)