Skip to content

Commit 0cdb6b9

Browse files
authored
Merge pull request #104623 from geel9/patch-1
Fix typo in `how-to-delete-by-partition-key.md`
2 parents 7b89915 + bf0c0f5 commit 0cdb6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/how-to-delete-by-partition-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article explains how to use the Azure Cosmos DB SDKs to delete all items by
2222
2323
## Feature overview
2424

25-
The delete by partition key feature is an asynchronous, background operation that allows you to delete all documents with the same logical partition key value, using the Comsos SDK.
25+
The delete by partition key feature is an asynchronous, background operation that allows you to delete all documents with the same logical partition key value, using the Cosmos SDK.
2626

2727
Because the number of documents to be deleted may be large, the operation runs in the background. Though the physical deletion operation runs in the background, the effects will be available immediately, as the documents to be deleted won't appear in the results of queries or read operations.
2828

0 commit comments

Comments
 (0)