Skip to content

Commit cb97fd0

Browse files
authored
Correct spelling in help for New-AzureRmStorageAccount
1 parent 1dce471 commit cb97fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Storage/Commands.Management.Storage/help/New-AzureRmStorageAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The account has enabled Storage Service encryption on Blob Service.
4545
PS C:\>New-AzureRmStorageAccount -ResourceGroupName "MyResourceGroup" -AccountName "MyStorageAccount" -Location "US West" -SkuName "Standard_GRS" -EnableEncryptionService "Blob,File" -AssignIdentity
4646
```
4747

48-
This command creates a Storage account that enabled Storage Service encryption on Blob and File Services. It also generates and assigns an identity that can be sued to manage
48+
This command creates a Storage account that enabled Storage Service encryption on Blob and File Services. It also generates and assigns an identity that can be used to manage
4949
account keys through Azure KeyVault.
5050

5151
## PARAMETERS

0 commit comments

Comments
 (0)