Skip to content

Commit 97f30aa

Browse files
authored
Merge pull request #12221 from MicrosoftDocs/main
Publish 7/14
2 parents 7fb7d77 + 5ed5a68 commit 97f30aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"template_folder": "_themes",
5757
"type_mapping": {
5858
"Conceptual": "Content",
59-
"PowershellCmdlet": "Content",
60-
"PowershellModule": "Content"
59+
"PowerShellCmdlet1": "Content",
60+
"PowerShellModule1": "Content"
6161
},
6262
"version": 0,
6363
"xref_query_tags": [

reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ Determine if fifteen isn't in the `$Numbers` array.
569569
True
570570
```
571571

572-
The `-replace` operator does just want you would think. It's used to replace something. Specifying
572+
The `-replace` operator does just what you would think. It's used to replace something. Specifying
573573
one value replaces that value with nothing. In the following example, you replace "Shell" with
574574
nothing.
575575

0 commit comments

Comments
 (0)