Skip to content

Commit 70922a3

Browse files
authored
Merge pull request #53220 from m-sekhon/patch-1
Fixing a spelling error
2 parents e70a10a + 284aafe commit 70922a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-host-app-in-a-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ New-AzSqlServerFirewallRule -ResourceGroupName $dbresourcegroupname `
8989
-ServerName $servername `
9090
-FirewallRuleName "AllowClient" -StartIpAddress $clientIP -EndIpAddress $clientIP
9191
92-
# Creeate the database in the server.
92+
# Create the database in the server.
9393
New-AzSqlDatabase -ResourceGroupName $dbresourcegroupname `
9494
-ServerName $servername `
9595
-DatabaseName $databasename `

0 commit comments

Comments
 (0)