Skip to content

Commit 29a4d89

Browse files
authored
Fix typo (#12065)
withe -> with
1 parent c7fa705 commit 29a4d89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/5.1/Microsoft.PowerShell.Diagnostics/New-WinEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Description : Completed periodic policy processing for user %3 in %1 seconds.
8686

8787
The **Description** property contains the message that gets written to the event log. The `%3` and
8888
`%1` value are placeholders for the values passed into the template. The `%3` string is replace with
89-
the value passed to the **PrincipalSamName** field. The `%1` string is replaced withe value passed
89+
the value passed to the **PrincipalSamName** field. The `%1` string is replaced with value passed
9090
to the **PolicyElaspedTimeInSeconds** field.
9191

9292
### Example 3 - Create a new event using a versioned template

reference/7.4/Microsoft.PowerShell.Diagnostics/New-WinEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Description : Completed periodic policy processing for user %3 in %1 seconds.
8888

8989
The **Description** property contains the message that gets written to the event log. The `%3` and
9090
`%1` value are placeholders for the values passed into the template. The `%3` string is replace with
91-
the value passed to the **PrincipalSamName** field. The `%1` string is replaced withe value passed
91+
the value passed to the **PrincipalSamName** field. The `%1` string is replaced with value passed
9292
to the **PolicyElaspedTimeInSeconds** field.
9393

9494
### Example 3 - Create a new event using a versioned template

reference/7.5/Microsoft.PowerShell.Diagnostics/New-WinEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Description : Completed periodic policy processing for user %3 in %1 seconds.
8888

8989
The **Description** property contains the message that gets written to the event log. The `%3` and
9090
`%1` value are placeholders for the values passed into the template. The `%3` string is replace with
91-
the value passed to the **PrincipalSamName** field. The `%1` string is replaced withe value passed
91+
the value passed to the **PrincipalSamName** field. The `%1` string is replaced with value passed
9292
to the **PolicyElaspedTimeInSeconds** field.
9393

9494
### Example 3 - Create a new event using a versioned template

reference/7.6/Microsoft.PowerShell.Diagnostics/New-WinEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Description : Completed periodic policy processing for user %3 in %1 seconds.
8888

8989
The **Description** property contains the message that gets written to the event log. The `%3` and
9090
`%1` value are placeholders for the values passed into the template. The `%3` string is replace with
91-
the value passed to the **PrincipalSamName** field. The `%1` string is replaced withe value passed
91+
the value passed to the **PrincipalSamName** field. The `%1` string is replaced with value passed
9292
to the **PolicyElaspedTimeInSeconds** field.
9393

9494
### Example 3 - Create a new event using a versioned template

0 commit comments

Comments
 (0)