Skip to content

Commit cca3cb1

Browse files
nschonniv-alje
authored andcommitted
typo: Instumentation -> Instrumentation (#3968)
1 parent fcbe6ce commit cca3cb1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/3.0/Microsoft.PowerShell.Core/About/about_Eventlogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Get-EventLog -List
6464
```
6565

6666
You can also use the `Get-WmiObject` cmdlet to use the event-related Windows
67-
Management Instumentation (WMI) classes to examine the event log. For example,
67+
Management Instrumentation (WMI) classes to examine the event log. For example,
6868
to view all the properties of the event log file, type:
6969

7070
```powershell

reference/4.0/Microsoft.PowerShell.Core/About/about_Eventlogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Get-EventLog -List
6565
```
6666

6767
You can also use the `Get-WmiObject` cmdlet to use the event-related Windows
68-
Management Instumentation (WMI) classes to examine the event log. For example,
68+
Management Instrumentation (WMI) classes to examine the event log. For example,
6969
to view all the properties of the event log file, type:
7070

7171
```powershell

reference/5.0/Microsoft.PowerShell.Core/About/about_Eventlogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Get-EventLog -List
6363
```
6464

6565
You can also use the `Get-WmiObject` cmdlet to use the event-related Windows
66-
Management Instumentation (WMI) classes to examine the event log. For example,
66+
Management Instrumentation (WMI) classes to examine the event log. For example,
6767
to view all the properties of the event log file, type:
6868

6969
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Get-EventLog -List
6565
```
6666

6767
You can also use the `Get-WmiObject` cmdlet to use the event-related Windows
68-
Management Instumentation (WMI) classes to examine the event log. For example,
68+
Management Instrumentation (WMI) classes to examine the event log. For example,
6969
to view all the properties of the event log file, type:
7070

7171
```powershell

0 commit comments

Comments
 (0)