Skip to content

Commit 51a0b1a

Browse files
Merge pull request #127284 from changeworld/patch-6
Fix typo: Gorup -> Group
2 parents 8e0287d + d7cfbd8 commit 51a0b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql-edge/tutorial-deploy-azure-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Deploy the Azure resources required by this Azure SQL Edge tutorial. These resou
104104
$rg = Get-AzResourceGroup -Name $ResourceGroup
105105
if($rg -eq $null)
106106
{
107-
Write-Output("Resource Group $ResourceGroup does not exist, creating Resource Gorup")
107+
Write-Output("Resource Group $ResourceGroup does not exist, creating Resource Group")
108108
New-AzResourceGroup -Name $ResourceGroup -Location $location
109109
}
110110
else

0 commit comments

Comments
 (0)