Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/7.4/Microsoft.PowerShell.Utility/Test-Json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion reference/7.5/Microsoft.PowerShell.Utility/Test-Json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion reference/7.6/Microsoft.PowerShell.Utility/Test-Json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down