From da4e5a145e41fe6345a38ddd36740ca68faa464f Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 3 Jun 2026 08:34:59 +0200 Subject: [PATCH] Fix typo in example --- .../5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- .../7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- .../7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- .../7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- .../7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md index 79ddedbfa414..9b661eec41d2 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & { diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md index 06de1b9034d5..0acfe240a0e6 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & { diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md index f3667551046b..8f31b6f15c4d 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & { diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md index 1d9ecc32cf28..259f2e8f4c6f 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & { diff --git a/reference/7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md index 727d29408574..705a776b3eec 100644 --- a/reference/7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & {