Skip to content

Commit

Permalink
Fix UseCompatibleCommands doc example typo (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmholt authored Apr 3, 2019
1 parent c7e9e5c commit ca95a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RuleDocumentation/UseCompatibleCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ An example configuration might look like:
@{
Rules = @{
UseCompatibleCommmands = @{
Enabled = $true
Enable = $true
TargetProfiles = @(
'ubuntu_x64_18.04_6.1.2_x64_4.0.30319.42000_core'
'win-4_x64_10.0.18312.0_6.1.1_x64_4.0.30319.42000_framework'
Expand All @@ -88,4 +88,4 @@ An example configuration might look like:
}
}
}
```
```

0 comments on commit ca95a37

Please sign in to comment.