From 60d6537bfe4eb9c7f113f721536db27ad34d3b00 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Wed, 9 Jul 2025 09:21:28 +0900 Subject: [PATCH] Fix typo: suppres -> suppress --- reference/7.4/Microsoft.PowerShell.Utility/Test-Json.md | 2 +- reference/7.5/Microsoft.PowerShell.Utility/Test-Json.md | 2 +- reference/7.6/Microsoft.PowerShell.Utility/Test-Json.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/7.4/Microsoft.PowerShell.Utility/Test-Json.md b/reference/7.4/Microsoft.PowerShell.Utility/Test-Json.md index e1ed5c0a0cc..dbe6682a9a5 100644 --- a/reference/7.4/Microsoft.PowerShell.Utility/Test-Json.md +++ b/reference/7.4/Microsoft.PowerShell.Utility/Test-Json.md @@ -143,7 +143,7 @@ $schema = @' False ``` -In this example, we use the **ErrorAction** parameter to suppres the error message. Without this +In this example, we use the **ErrorAction** parameter to suppress the error message. Without this parameter the command also outputs an error because the schema expects an integer for **age** but the JSON input we tested uses a string value instead. diff --git a/reference/7.5/Microsoft.PowerShell.Utility/Test-Json.md b/reference/7.5/Microsoft.PowerShell.Utility/Test-Json.md index 86a42df7b32..d8420047f0f 100644 --- a/reference/7.5/Microsoft.PowerShell.Utility/Test-Json.md +++ b/reference/7.5/Microsoft.PowerShell.Utility/Test-Json.md @@ -149,7 +149,7 @@ $schema = @' False ``` -In this example, we use the **ErrorAction** parameter to suppres the error message. Without this +In this example, we use the **ErrorAction** parameter to suppress the error message. Without this parameter the command also outputs an error because the schema expects an integer for **age** but the JSON input we tested uses a string value instead. diff --git a/reference/7.6/Microsoft.PowerShell.Utility/Test-Json.md b/reference/7.6/Microsoft.PowerShell.Utility/Test-Json.md index 2e5e9dc6a4b..42bf06af2a3 100644 --- a/reference/7.6/Microsoft.PowerShell.Utility/Test-Json.md +++ b/reference/7.6/Microsoft.PowerShell.Utility/Test-Json.md @@ -149,7 +149,7 @@ $schema = @' False ``` -In this example, we use the **ErrorAction** parameter to suppres the error message. Without this +In this example, we use the **ErrorAction** parameter to suppress the error message. Without this parameter the command also outputs an error because the schema expects an integer for **age** but the JSON input we tested uses a string value instead.