Skip to content

Commit b568a60

Browse files
committed
Update headers in help file
1 parent a474e2b commit b568a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experiments/Websites.Experiments/help/New-AzWebApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PS C:\> New-AzWebApp contosoWebApp
2828

2929
Creates a web application. The user will be prompted for the appservice to use and other settings.
3030

31-
## Example 2: Create a website with default settings
31+
### Example 2: Create a website with default settings
3232
```
3333
PS C:\> New-AzWebApp contosoWebApp -Auto
3434
```

experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Accept wildcard characters: False
4848
```
4949
5050
### -AppServicePlan
51-
The ApPService Plan to use for thsi website. If not provided, the website will create an app service plan, or join an existing free AppService plan.
51+
The AppService Plan to use for thsi website. If not provided, the website will create an app service plan, or join an existing free AppService plan.
5252
5353
```yaml
5454
Type: String

0 commit comments

Comments
 (0)