diff --git a/reference/5.1/Microsoft.PowerShell.Core/Out-Null.md b/reference/5.1/Microsoft.PowerShell.Core/Out-Null.md index 4b845c8fc3a7..256c7401c624 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Out-Null.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Out-Null.md @@ -22,7 +22,7 @@ Out-Null [-InputObject ] [] ## 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.