Skip to content

Commit

Permalink
typo: Ihis -> This (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and sdwheeler committed Mar 14, 2019
1 parent 33c324a commit 5f147f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/5.1/Microsoft.PowerShell.Core/Out-Null.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Out-Null [-InputObject <PSObject>] [<CommonParameters>]

## DESCRIPTION
The **Out-Null** cmdlet sends its output to NULL, in effect, removing it from the pipeline and
preventing the output to be displayed at the screen. Ihis only affects the standard output stream.
preventing the output to be displayed at the screen. This only affects the standard output stream.
Other output streams, like the Error stream are not affected. Exceptions will be displayed. This
makes it easier to test your command for any errors.

Expand Down

0 comments on commit 5f147f4

Please sign in to comment.