Skip to content

Commit 4394cd2

Browse files
committed
fix typos
1 parent 7de04b9 commit 4394cd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cloud-shell/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This document details how to use Bash and PowerShell in Azure Cloud Shell from t
2323

2424
![Screenshot showing how to start Azure Cloud Shell in the Azure portal.][06]
2525

26-
The first time you start Cloud Shell you are prompted to create a storage account for the Azure
26+
The first time you start Cloud Shell you're prompted to create a storage account for the Azure
2727
file share.
2828

2929
![Screenshot showing the create storage prompt.][05]
@@ -127,7 +127,7 @@ Run the following command to see a list of all Azure CLI commands.
127127
az
128128
```
129129

130-
Run the following command to get a list of Azure CLI command that apply to WebApps:
130+
Run the following command to get a list of Azure CLI commands that apply to WebApps:
131131

132132
```azurecli-interactive
133133
az webapp --help
@@ -143,7 +143,7 @@ Get-Command -Module Az.*
143143

144144
Under `Azure` drive, the `Get-AzCommand` lists context-specific Azure commands.
145145

146-
Run the following commands to list the Azure PowerShell commands that apply to WebApps.
146+
Run the following commands to get a list the Azure PowerShell commands that apply to WebApps.
147147

148148
```azurepowershell-interactive
149149
cd 'Azure:/My Subscription/WebApps'

0 commit comments

Comments
 (0)