From b9ee8895046333dd03e85335ebadc8f0f853910d Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 14 Mar 2019 16:30:58 -0400 Subject: [PATCH] typo: Ihis -> This (#3982) --- reference/5.1/Microsoft.PowerShell.Core/Out-Null.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.