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 v-alje committed Mar 19, 2019
1 parent fcbe6ce commit cca3cb1
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 cca3cb1

Please sign in to comment.