From eabb0ccff10dbb66d9dfbe949f6217a6033622fd Mon Sep 17 00:00:00 2001 From: sethvs Date: Mon, 24 Jun 2024 15:17:23 +0300 Subject: [PATCH] Fix typo --- reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md | 2 +- reference/7.3/Microsoft.PowerShell.Core/About/about_Parsing.md | 2 +- reference/7.4/Microsoft.PowerShell.Core/About/about_Parsing.md | 2 +- reference/7.5/Microsoft.PowerShell.Core/About/about_Parsing.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 aa1663871373..014316e159ed 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md @@ -328,7 +328,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.3/Microsoft.PowerShell.Core/About/about_Parsing.md b/reference/7.3/Microsoft.PowerShell.Core/About/about_Parsing.md index 9d1e58151c59..757b3e47a53f 100644 --- a/reference/7.3/Microsoft.PowerShell.Core/About/about_Parsing.md +++ b/reference/7.3/Microsoft.PowerShell.Core/About/about_Parsing.md @@ -326,7 +326,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.4/Microsoft.PowerShell.Core/About/about_Parsing.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Parsing.md index cf5b81514d34..54c6b8a6d59f 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Parsing.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Parsing.md @@ -326,7 +326,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 d4447f1e0a5c..1372609b073c 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Parsing.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Parsing.md @@ -326,7 +326,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