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.