Skip to content

Commit b46bf25

Browse files
authored
Update articles/cosmos-db/mongodb/how-to-configure-capabilities.md
1 parent 92b6515 commit b46bf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/how-to-configure-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Copy each of these capabilities. In this example, we have EnableMongo and Disabl
5959
```powershell
6060
az cosmosdb update -n <account_name> -g <azure_resource_group> --capabilities EnableMongo
6161
```
62-
If you are are using PowerShell and receive an error using the command above, try using a powershell array instead to list the capabilities:
62+
If you are using PowerShell and receive an error using the command above, try using a PowerShell array instead to list the capabilities:
6363
```powershell
6464
az cosmosdb update -n <account_name> -g <azure_resource_group> --capabilities @("EnableMongo")
6565
```

0 commit comments

Comments
 (0)