From b568a60071c5edbb47314ad1558b0c5bab03aa96 Mon Sep 17 00:00:00 2001 From: markcowl Date: Fri, 15 Sep 2017 00:49:15 -0700 Subject: [PATCH] Update headers in help file --- experiments/Websites.Experiments/help/New-AzWebApp.md | 2 +- experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/Websites.Experiments/help/New-AzWebApp.md b/experiments/Websites.Experiments/help/New-AzWebApp.md index 9e90aae6249f..51e7f193bfcc 100644 --- a/experiments/Websites.Experiments/help/New-AzWebApp.md +++ b/experiments/Websites.Experiments/help/New-AzWebApp.md @@ -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 ``` diff --git a/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md b/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md index a37cf6d5ee2d..85bf913eecad 100644 --- a/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md +++ b/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md @@ -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