From c0dece70e5c0dcbd8200830ff1dac10f432d5458 Mon Sep 17 00:00:00 2001 From: Matt Gucci Date: Fri, 17 Nov 2017 20:55:48 +0900 Subject: [PATCH] Fix example number in ConvertTo-Html.html Example number '10' is duplicated. --- reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md b/reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md index aaf61b6e89e6..f151b6ed75c0 100644 --- a/reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md +++ b/reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md @@ -167,7 +167,7 @@ PS C:\> Get-Service | ConvertTo-HTML -Meta @{refresh=10;author="Author's Name";k This command creates the HTML for a webpage with the meta tags for refresh, author, and keywords. The charset for the page is set to UTF-9 -### Example 10: Set the HTML to XHTML Transitional DTD +### Example 11: Set the HTML to XHTML Transitional DTD ``` PS C:\> Get-Service | ConvertTo-HTML -Transitional ```