Skip to content

Commit

Permalink
typo: Instumentation -> Instrumentation (#3968)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and sdwheeler committed Mar 14, 2019
1 parent 37f34ce commit b92934c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Get-EventLog -List
```

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

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Get-EventLog -List
```

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

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Get-EventLog -List
```

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

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Get-EventLog -List
```

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

```powershell
Expand Down

0 comments on commit b92934c

Please sign in to comment.