Skip to content

Commit e2a8481

Browse files
committed
Tweak
1 parent 6674fe9 commit e2a8481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/notification-hubs/create-notification-hub-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The output looks similar to:
7777
When no longer needed, delete the resource group, which deletes the resources in the resource group.
7878

7979
```azurepowershell-interactive
80-
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
80+
$resourceGroupName = Read-Host -Prompt "Enter the resource group name"
8181
Remove-AzResourceGroup -Name $resourceGroupName
8282
Write-Host "Press [ENTER] to continue..."
8383
```

0 commit comments

Comments
 (0)