Skip to content

Commit d040327

Browse files
Fix typos in Get-AzStaticWebApp.md (#18061)
* Update Get-AzStaticWebApp.md `satic` => `static` and `pipline` => `pipeline` * Fix typos (#1) `satic` => `static`
1 parent c5385ee commit d040327

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Websites/Websites/help/Get-AzStaticWebApp.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Kind Location Name Type
6767

6868
This commands list all static web applications under a resource group.
6969

70-
### Example 3: Get a satic web application by name
70+
### Example 3: Get a static web application by name
7171
```powershell
7272
Get-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-portal04
7373
```
@@ -78,9 +78,10 @@ Kind Location Name Type
7878
Central US staticweb-portal04 Microsoft.Web/staticSites
7979
```
8080

81-
This commands gets a satic web application by name.
81+
This commands gets a static web application by name.
82+
83+
### Example 4: Get a static web application by pipeline
8284

83-
### Example 4: Get a satic web application by pipline
8485
```powershell
8586
New-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-pwsh01 -Location eastus2 -RepositoryUrl 'https://github.com/username/RepoName' -RepositoryToken 'repoToken123' -Branch 'master' -AppLocation 'Client' -ApiLocation 'Api' -OutputLocation 'wwwroot' -SkuName 'free' | Get-AzStaticWebApp -InputObject
8687
```
@@ -91,7 +92,7 @@ Kind Location Name Type
9192
Central US staticweb-portal04 Microsoft.Web/staticSites
9293
```
9394

94-
This commands gets a satic web application by pipline.
95+
This commands gets a static web application by pipeline.
9596

9697
## PARAMETERS
9798

0 commit comments

Comments
 (0)