Skip to content

Commit 6d89a07

Browse files
authored
Merge pull request #12208 from changeworld/patch-1
Fix typo: suppres -> suppress
1 parent 89b5f80 commit 6d89a07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/7.4/Microsoft.PowerShell.Utility/Test-Json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ $schema = @'
143143
False
144144
```
145145

146-
In this example, we use the **ErrorAction** parameter to suppres the error message. Without this
146+
In this example, we use the **ErrorAction** parameter to suppress the error message. Without this
147147
parameter the command also outputs an error because the schema expects an integer for **age** but
148148
the JSON input we tested uses a string value instead.
149149

reference/7.5/Microsoft.PowerShell.Utility/Test-Json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ $schema = @'
149149
False
150150
```
151151

152-
In this example, we use the **ErrorAction** parameter to suppres the error message. Without this
152+
In this example, we use the **ErrorAction** parameter to suppress the error message. Without this
153153
parameter the command also outputs an error because the schema expects an integer for **age** but
154154
the JSON input we tested uses a string value instead.
155155

reference/7.6/Microsoft.PowerShell.Utility/Test-Json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ $schema = @'
149149
False
150150
```
151151

152-
In this example, we use the **ErrorAction** parameter to suppres the error message. Without this
152+
In this example, we use the **ErrorAction** parameter to suppress the error message. Without this
153153
parameter the command also outputs an error because the schema expects an integer for **age** but
154154
the JSON input we tested uses a string value instead.
155155

0 commit comments

Comments
 (0)