Skip to content

Commit 892bb71

Browse files
Merge pull request #12214 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-09 22:00 UTC
2 parents 5773016 + dae0242 commit 892bb71

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ To resolve this problem, use proxy setting options in your remote command.
477477
parameters of the `New-PSSessionOption` cmdlet to create a variable
478478
containing a **PSSessionOption** object with the proxy settings for your
479479
enterprise.
480-
- Use the variable containing the **PSSessionOption** object wit the
480+
- Use the variable containing the **PSSessionOption** object with the
481481
**SessionOption** parameter of a `New-PSSession`, `Enter-PSSession`, or
482482
`Invoke-Command` command.
483483

reference/5.1/Microsoft.PowerShell.Core/Where-Object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ command.
271271
is a positional parameter mapped to position `1`. The switch parameter, used to specify the
272272
comparison, can be used in any position.
273273

274-
The simplfied syntax was introduced in Windows PowerShell 3.0. For more information, see
274+
The simplified syntax was introduced in Windows PowerShell 3.0. For more information, see
275275
[about_Simplified_Syntax](About/about_Simplified_Syntax.md).
276276

277277
When you provide a single **Property** to `Where-Object`, the cmdlet treats the value of the

reference/7.4/Microsoft.PowerShell.Core/About/about_Remote_Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ To resolve this problem, use proxy setting options in your remote command.
476476
parameters of the `New-PSSessionOption` cmdlet to create a variable
477477
containing a **PSSessionOption** object with the proxy settings for your
478478
enterprise.
479-
- Use the variable containing the **PSSessionOption** object wit the
479+
- Use the variable containing the **PSSessionOption** object with the
480480
**SessionOption** parameter of a `New-PSSession`, `Enter-PSSession`, or
481481
`Invoke-Command` command.
482482

reference/7.4/Microsoft.PowerShell.Core/Where-Object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ command.
278278
is a positional parameter mapped to position `1`. The switch parameter, used to specify the
279279
comparison, can be used in any position.
280280

281-
The simplfied syntax was introduced in Windows PowerShell 3.0. For more information, see
281+
The simplified syntax was introduced in Windows PowerShell 3.0. For more information, see
282282
[about_Simplified_Syntax](About/about_Simplified_Syntax.md).
283283

284284
When you provide a single **Property** to `Where-Object`, the cmdlet treats the value of the

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.Core/About/about_Remote_Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ To resolve this problem, use proxy setting options in your remote command.
477477
parameters of the `New-PSSessionOption` cmdlet to create a variable
478478
containing a **PSSessionOption** object with the proxy settings for your
479479
enterprise.
480-
- Use the variable containing the **PSSessionOption** object wit the
480+
- Use the variable containing the **PSSessionOption** object with the
481481
**SessionOption** parameter of a `New-PSSession`, `Enter-PSSession`, or
482482
`Invoke-Command` command.
483483

reference/7.5/Microsoft.PowerShell.Core/Where-Object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ command.
278278
is a positional parameter mapped to position `1`. The switch parameter, used to specify the
279279
comparison, can be used in any position.
280280

281-
The simplfied syntax was introduced in Windows PowerShell 3.0. For more information, see
281+
The simplified syntax was introduced in Windows PowerShell 3.0. For more information, see
282282
[about_Simplified_Syntax](About/about_Simplified_Syntax.md).
283283

284284
When you provide a single **Property** to `Where-Object`, the cmdlet treats the value of the

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.Core/About/about_Remote_Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ To resolve this problem, use proxy setting options in your remote command.
477477
parameters of the `New-PSSessionOption` cmdlet to create a variable
478478
containing a **PSSessionOption** object with the proxy settings for your
479479
enterprise.
480-
- Use the variable containing the **PSSessionOption** object wit the
480+
- Use the variable containing the **PSSessionOption** object with the
481481
**SessionOption** parameter of a `New-PSSession`, `Enter-PSSession`, or
482482
`Invoke-Command` command.
483483

reference/7.6/Microsoft.PowerShell.Core/Where-Object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ command.
278278
is a positional parameter mapped to position `1`. The switch parameter, used to specify the
279279
comparison, can be used in any position.
280280

281-
The simplfied syntax was introduced in Windows PowerShell 3.0. For more information, see
281+
The simplified syntax was introduced in Windows PowerShell 3.0. For more information, see
282282
[about_Simplified_Syntax](About/about_Simplified_Syntax.md).
283283

284284
When you provide a single **Property** to `Where-Object`, the cmdlet treats the value of the

0 commit comments

Comments
 (0)