Skip to content

Commit

Permalink
Correct files not saved before PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Aug 11, 2020
1 parent b582fa6 commit ef14690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Create a new database in the Cosmos DB account with database throughput
provisioned at 1200 RU/s:

```powershell
New-CosmosDbDatabase -Context $cosmosDbContext -Id 'MyDatabase' -OfferThrougput 1200
New-CosmosDbDatabase -Context $cosmosDbContext -Id 'MyDatabase' -OfferThroughput 1200
```

Create a new database in the Cosmos DB account that will have throughput
Expand Down
2 changes: 1 addition & 1 deletion docs/New-CosmosDbDatabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Create a new database in the Cosmos DB account.
### Example 2

```powershell
New-CosmosDbDatabase -Context $cosmosDbContext -Id 'DatabaseWithOffer' -OfferThrougput 1200
New-CosmosDbDatabase -Context $cosmosDbContext -Id 'DatabaseWithOffer' -OfferThroughput 1200
```

Create a new database in the Cosmos DB account with a
Expand Down

0 comments on commit ef14690

Please sign in to comment.