Skip to content

Commit 214dddc

Browse files
authored
Merge pull request #119776 from simorenoh/patch-2
Fixing typos in priority-based-execution.md
2 parents 4aac40e + 786ed56 commit 214dddc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/cosmos-db/priority-based-execution.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ To get started using priority-based execution, navigate to the **Features** page
4949
#### [.NET SDK v3](#tab/net-v3)
5050

5151
```csharp
52-
using Microsoft.Azure.Cosmos.PartitionKey;
53-
using Microsoft.Azure.Cosmos.PriorityLevel;
54-
55-
Using Mircosoft.Azure.Cosmos.PartitionKey;
56-
Using Mircosoft.Azure.Cosmos.PriorityLevel;
52+
using Microsoft.Azure.Cosmos;
5753

5854
//update products catalog with low priority
5955
RequestOptions catalogRequestOptions = new ItemRequestOptions{PriorityLevel = PriorityLevel.Low};

0 commit comments

Comments
 (0)