Skip to content

Commit 9cd1c13

Browse files
authored
Update quickstart-azure-cli.md
Fix spelling error in CLI command: testAzureLinuxResourceGroup
1 parent 13f6dfa commit 9cd1c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-linux/quickstart-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To create a resource group named *testAzureLinuxResourceGroup* in the *eastus* r
3838
Create a resource group using the `az group create` command.
3939

4040
```azurecli-interactive
41-
az group create --name testAzureLinuxReourceGroup --location eastus
41+
az group create --name testAzureLinuxResourceGroup --location eastus
4242
```
4343
The following output resembles that your resource group was successfully created:
4444

0 commit comments

Comments
 (0)