diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md index 9ac0e3cc418f..d52d0e68e09b 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md @@ -330,7 +330,7 @@ changes the way the command line is parsed for native commands. For more information, see [Using experimental features][02]. > [!CAUTION] -> The new behavior is a **breaking change** from the Window PowerShell 5.1 +> The new behavior is a **breaking change** from the Windows PowerShell 5.1 > behavior. This may break scripts and automation that work around the various > issues when invoking native applications. Use the stop-parsing token (`--%`) > or the [`Start-Process`][07] cmdlet to avoid the native argument passing when diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Parsing.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Parsing.md index e6417d5d95d6..4e3455ab1d5e 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Parsing.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Parsing.md @@ -328,7 +328,7 @@ Some native commands expect arguments that contain quote characters. PowerShell 7.3 changed the way the command line is parsed for native commands. > [!CAUTION] -> The new behavior is a **breaking change** from the Window PowerShell 5.1 +> The new behavior is a **breaking change** from the Windows PowerShell 5.1 > behavior. This may break scripts and automation that work around the various > issues when invoking native applications. Use the stop-parsing token (`--%`) > or the [`Start-Process`][06] cmdlet to avoid the native argument passing when diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Parsing.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Parsing.md index 2a5f87747598..9c3d8d64a3e6 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Parsing.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Parsing.md @@ -328,7 +328,7 @@ Some native commands expect arguments that contain quote characters. PowerShell 7.3 changed the way the command line is parsed for native commands. > [!CAUTION] -> The new behavior is a **breaking change** from the Window PowerShell 5.1 +> The new behavior is a **breaking change** from the Windows PowerShell 5.1 > behavior. This may break scripts and automation that work around the various > issues when invoking native applications. Use the stop-parsing token (`--%`) > or the [`Start-Process`][07] cmdlet to avoid the native argument passing when