Skip to content

Commit 4658320

Browse files
Apply suggestions from review
1 parent cc36e86 commit 4658320

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

reference/5.1/Microsoft.PowerShell.Core/Get-Help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Import-Clixml
256256
```
257257

258258
`Get-Help` uses the **Full** parameter to get help information for `Add-Member` and returns a
259-
**MamlCommandHelpInfo** . `Out-String` uses the **Stream** parameter to convert the object into a
259+
**MamlCommandHelpInfo**. `Out-String` uses the **Stream** parameter to convert the object into a
260260
string. `Select-String` uses the **Pattern** parameter to search the string for **Clixml**.
261261

262262
### Example 10: Display a list of articles that include a word

reference/7.4/Microsoft.PowerShell.Core/Get-Help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Import-Clixml
256256
```
257257

258258
`Get-Help` uses the **Full** parameter to get help information for `Add-Member` and returns a
259-
**MamlCommandHelpInfo** . `Out-String` uses the **Stream** parameter to convert the object into a
259+
**MamlCommandHelpInfo**. `Out-String` uses the **Stream** parameter to convert the object into a
260260
string. `Select-String` uses the **Pattern** parameter to search the string for **Clixml**.
261261

262262
### Example 10: Display a list of articles that include a word

reference/7.5/Microsoft.PowerShell.Core/Get-Help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Import-Clixml
256256
```
257257

258258
`Get-Help` uses the **Full** parameter to get help information for `Add-Member` and returns a
259-
**MamlCommandHelpInfo** . `Out-String` uses the **Stream** parameter to convert the object into a
259+
**MamlCommandHelpInfo**. `Out-String` uses the **Stream** parameter to convert the object into a
260260
string. `Select-String` uses the **Pattern** parameter to search the string for **Clixml**.
261261

262262
### Example 10: Display a list of articles that include a word

reference/7.6/Microsoft.PowerShell.Core/Get-Help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Import-Clixml
256256
```
257257

258258
`Get-Help` uses the **Full** parameter to get help information for `Add-Member` and returns a
259-
**MamlCommandHelpInfo** . `Out-String` uses the **Stream** parameter to convert the object into a
259+
**MamlCommandHelpInfo**. `Out-String` uses the **Stream** parameter to convert the object into a
260260
string. `Select-String` uses the **Pattern** parameter to search the string for **Clixml**.
261261

262262
### Example 10: Display a list of articles that include a word

0 commit comments

Comments
 (0)