File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
7.4/Microsoft.PowerShell.Utility
7.5/Microsoft.PowerShell.Utility
7.6/Microsoft.PowerShell.Utility Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ $schema = @'
143
143
False
144
144
```
145
145
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
147
147
parameter the command also outputs an error because the schema expects an integer for ** age** but
148
148
the JSON input we tested uses a string value instead.
149
149
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ $schema = @'
149
149
False
150
150
```
151
151
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
153
153
parameter the command also outputs an error because the schema expects an integer for ** age** but
154
154
the JSON input we tested uses a string value instead.
155
155
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ $schema = @'
149
149
False
150
150
```
151
151
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
153
153
parameter the command also outputs an error because the schema expects an integer for ** age** but
154
154
the JSON input we tested uses a string value instead.
155
155
You can’t perform that action at this time.
0 commit comments