diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 7ee4874ced20..4b92386791c1 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -56,8 +56,8 @@ "template_folder": "_themes", "type_mapping": { "Conceptual": "Content", - "PowershellCmdlet": "Content", - "PowershellModule": "Content" + "PowerShellCmdlet1": "Content", + "PowerShellModule1": "Content" }, "version": 0, "xref_query_tags": [ diff --git a/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md b/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md index 7110ac1a94d6..f6107b2d3d80 100644 --- a/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md +++ b/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md @@ -569,7 +569,7 @@ Determine if fifteen isn't in the `$Numbers` array. True ``` -The `-replace` operator does just want you would think. It's used to replace something. Specifying +The `-replace` operator does just what you would think. It's used to replace something. Specifying one value replaces that value with nothing. In the following example, you replace "Shell" with nothing.