From ca42d677b9833b61f53b9d6e568a7e71d833215d Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 29 Sep 2023 14:56:27 -0500 Subject: [PATCH] Feedback edits --- .../5.1/Microsoft.PowerShell.Core/About/about_Redirection.md | 4 ++-- .../7.2/Microsoft.PowerShell.Core/About/about_Redirection.md | 4 ++-- .../7.3/Microsoft.PowerShell.Core/About/about_Redirection.md | 4 ++-- .../7.4/Microsoft.PowerShell.Core/About/about_Redirection.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Redirection.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Redirection.md index 012cd23dd309..5c597ad80512 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Redirection.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Redirection.md @@ -193,7 +193,7 @@ Get-Item: C:\temp\test.ps1:3 Line | 3 | get-item /not-here 2>&1 >> log.txt | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | Can't find path 'C:\not-here' because it doesn't exist. + | Cannot find path 'C:\not-here' because it does not exist. SilentlyContinue Stop @@ -270,7 +270,7 @@ For more information about `$PSDefaultParameterValues`, see ### Redirecting binary data -PowerShell does not support the redirection of binary data. If you redirect +PowerShell doesn't support the redirection of binary data. If you redirect byte-stream data, PowerShell treats the data as strings. This redirection results in corrupted data. diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_Redirection.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_Redirection.md index cfaa1ce7f320..137b922273f7 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Redirection.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Redirection.md @@ -193,7 +193,7 @@ Get-Item: C:\temp\test.ps1:3 Line | 3 | get-item /not-here 2>&1 >> log.txt | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | Can't find path 'C:\not-here' because it doesn't exist. + | Cannot find path 'C:\not-here' because it does not exist. SilentlyContinue Stop @@ -270,7 +270,7 @@ For more information about `$PSDefaultParameterValues`, see ### Redirecting binary data -PowerShell does not support the redirection of binary data. If you redirect +PowerShell doesn't support the redirection of binary data. If you redirect byte-stream data, PowerShell treats the data as strings. This redirection results in corrupted data. diff --git a/reference/7.3/Microsoft.PowerShell.Core/About/about_Redirection.md b/reference/7.3/Microsoft.PowerShell.Core/About/about_Redirection.md index bab575135d98..8775da98b9c4 100644 --- a/reference/7.3/Microsoft.PowerShell.Core/About/about_Redirection.md +++ b/reference/7.3/Microsoft.PowerShell.Core/About/about_Redirection.md @@ -193,7 +193,7 @@ Get-Item: C:\temp\test.ps1:3 Line | 3 | get-item /not-here 2>&1 >> log.txt | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | Can't find path 'C:\not-here' because it doesn't exist. + | Cannot find path 'C:\not-here' because it does not exist. SilentlyContinue Stop @@ -270,7 +270,7 @@ For more information about `$PSDefaultParameterValues`, see ### Redirecting binary data -PowerShell does not support the redirection of binary data. If you redirect +PowerShell doesn't support the redirection of binary data. If you redirect byte-stream data, PowerShell treats the data as strings. This redirection results in corrupted data. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Redirection.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Redirection.md index 606f57e2daa1..38894e7649d8 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Redirection.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Redirection.md @@ -193,7 +193,7 @@ Get-Item: C:\temp\test.ps1:3 Line | 3 | get-item /not-here 2>&1 >> log.txt | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | Can't find path 'C:\not-here' because it doesn't exist. + | Cannot find path 'C:\not-here' because it does not exist. SilentlyContinue Stop