Skip to content

Commit 5b1a1fa

Browse files
committed
Fixed spelling error.
1 parent 6368d0c commit 5b1a1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-quickstart-blobs-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Upload as many files as you like before continuing.
8484

8585
## List the blobs in a container
8686

87-
Get a list of blobs in the container by using [Get-AzStorageBlob](/powershell/module/az.storage/get-azstorageblob). This example shows just the names of the blobs uploaded.
87+
Get a list of blobs in the container by using [Get-AzStorageBlob](/powershell/module/az.storage/get-azstorageblob). This example lists the names of the blobs uploaded.
8888

89-
```azurepowershell-intereactive
89+
```azurepowershell-interactive
9090
Get-AzStorageBlob -Container $ContainerName -Context $Context |
9191
Select-Object -Property Name
9292
```

0 commit comments

Comments
 (0)