diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md index 92eb38ee8fd1..5a4a1188a325 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md @@ -477,7 +477,7 @@ To resolve this problem, use proxy setting options in your remote command. parameters of the `New-PSSessionOption` cmdlet to create a variable containing a **PSSessionOption** object with the proxy settings for your enterprise. -- Use the variable containing the **PSSessionOption** object wit the +- Use the variable containing the **PSSessionOption** object with the **SessionOption** parameter of a `New-PSSession`, `Enter-PSSession`, or `Invoke-Command` command. diff --git a/reference/5.1/Microsoft.PowerShell.Core/Where-Object.md b/reference/5.1/Microsoft.PowerShell.Core/Where-Object.md index bc02ad8a736a..2422c3360ec2 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Where-Object.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Where-Object.md @@ -271,7 +271,7 @@ command. is a positional parameter mapped to position `1`. The switch parameter, used to specify the comparison, can be used in any position. - The simplfied syntax was introduced in Windows PowerShell 3.0. For more information, see + The simplified syntax was introduced in Windows PowerShell 3.0. For more information, see [about_Simplified_Syntax](About/about_Simplified_Syntax.md). When you provide a single **Property** to `Where-Object`, the cmdlet treats the value of the diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md index 0b4594f97f66..7d3410de2dab 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md @@ -476,7 +476,7 @@ To resolve this problem, use proxy setting options in your remote command. parameters of the `New-PSSessionOption` cmdlet to create a variable containing a **PSSessionOption** object with the proxy settings for your enterprise. -- Use the variable containing the **PSSessionOption** object wit the +- Use the variable containing the **PSSessionOption** object with the **SessionOption** parameter of a `New-PSSession`, `Enter-PSSession`, or `Invoke-Command` command. diff --git a/reference/7.4/Microsoft.PowerShell.Core/Where-Object.md b/reference/7.4/Microsoft.PowerShell.Core/Where-Object.md index c8ec9da98b2a..cc618eacb5f5 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/Where-Object.md +++ b/reference/7.4/Microsoft.PowerShell.Core/Where-Object.md @@ -278,7 +278,7 @@ command. is a positional parameter mapped to position `1`. The switch parameter, used to specify the comparison, can be used in any position. - The simplfied syntax was introduced in Windows PowerShell 3.0. For more information, see + The simplified syntax was introduced in Windows PowerShell 3.0. For more information, see [about_Simplified_Syntax](About/about_Simplified_Syntax.md). When you provide a single **Property** to `Where-Object`, the cmdlet treats the value of the diff --git a/reference/7.4/Microsoft.PowerShell.Utility/Test-Json.md b/reference/7.4/Microsoft.PowerShell.Utility/Test-Json.md index e1ed5c0a0cc6..dbe6682a9a59 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.Core/About/about_Remote_Troubleshooting.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md index ca8b83243531..6872a950dd27 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md @@ -477,7 +477,7 @@ To resolve this problem, use proxy setting options in your remote command. parameters of the `New-PSSessionOption` cmdlet to create a variable containing a **PSSessionOption** object with the proxy settings for your enterprise. -- Use the variable containing the **PSSessionOption** object wit the +- Use the variable containing the **PSSessionOption** object with the **SessionOption** parameter of a `New-PSSession`, `Enter-PSSession`, or `Invoke-Command` command. diff --git a/reference/7.5/Microsoft.PowerShell.Core/Where-Object.md b/reference/7.5/Microsoft.PowerShell.Core/Where-Object.md index 80154c9422fa..5de709213e98 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/Where-Object.md +++ b/reference/7.5/Microsoft.PowerShell.Core/Where-Object.md @@ -278,7 +278,7 @@ command. is a positional parameter mapped to position `1`. The switch parameter, used to specify the comparison, can be used in any position. - The simplfied syntax was introduced in Windows PowerShell 3.0. For more information, see + The simplified syntax was introduced in Windows PowerShell 3.0. For more information, see [about_Simplified_Syntax](About/about_Simplified_Syntax.md). When you provide a single **Property** to `Where-Object`, the cmdlet treats the value of the diff --git a/reference/7.5/Microsoft.PowerShell.Utility/Test-Json.md b/reference/7.5/Microsoft.PowerShell.Utility/Test-Json.md index 86a42df7b32d..d8420047f0f4 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.Core/About/about_Remote_Troubleshooting.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md index 5b16418bef20..c1a3ebd501af 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md @@ -477,7 +477,7 @@ To resolve this problem, use proxy setting options in your remote command. parameters of the `New-PSSessionOption` cmdlet to create a variable containing a **PSSessionOption** object with the proxy settings for your enterprise. -- Use the variable containing the **PSSessionOption** object wit the +- Use the variable containing the **PSSessionOption** object with the **SessionOption** parameter of a `New-PSSession`, `Enter-PSSession`, or `Invoke-Command` command. diff --git a/reference/7.6/Microsoft.PowerShell.Core/Where-Object.md b/reference/7.6/Microsoft.PowerShell.Core/Where-Object.md index 11d8c05558a6..6d941c195f43 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/Where-Object.md +++ b/reference/7.6/Microsoft.PowerShell.Core/Where-Object.md @@ -278,7 +278,7 @@ command. is a positional parameter mapped to position `1`. The switch parameter, used to specify the comparison, can be used in any position. - The simplfied syntax was introduced in Windows PowerShell 3.0. For more information, see + The simplified syntax was introduced in Windows PowerShell 3.0. For more information, see [about_Simplified_Syntax](About/about_Simplified_Syntax.md). When you provide a single **Property** to `Where-Object`, the cmdlet treats the value of the diff --git a/reference/7.6/Microsoft.PowerShell.Utility/Test-Json.md b/reference/7.6/Microsoft.PowerShell.Utility/Test-Json.md index 2e5e9dc6a4b4..42bf06af2a38 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.