Skip to content

Commit

Permalink
Update headers in help file
Browse files Browse the repository at this point in the history
  • Loading branch information
markcowl committed Sep 15, 2017
1 parent a474e2b commit b568a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/Websites.Experiments/help/New-AzWebApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PS C:\> New-AzWebApp contosoWebApp

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

## Example 2: Create a website with default settings
### Example 2: Create a website with default settings
```
PS C:\> New-AzWebApp contosoWebApp -Auto
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Accept wildcard characters: False
```
### -AppServicePlan
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.
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.
```yaml
Type: String
Expand Down

0 comments on commit b568a60

Please sign in to comment.