Skip to content

Commit

Permalink
Fix UseComptaibleSyntax configuration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmholt authored Sep 21, 2019
1 parent 42f5e58 commit e37daeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RuleDocumentation/UseCompatibleSyntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ due to those PowerShell versions not being able to parse the incompatible syntax
```PowerShell
@{
Rules = @{
UseCompatibleCommmands = @{
PSUseCompatibleSyntax = @{
Enable = $true
TargetedVersions = @(
TargetVersions = @(
"6.0",
"5.1",
"4.0"
)
}
}
}
```
```

0 comments on commit e37daeb

Please sign in to comment.