Skip to content

Commit e37daeb

Browse files
authored
Fix UseComptaibleSyntax configuration doc
1 parent 42f5e58 commit e37daeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RuleDocumentation/UseCompatibleSyntax.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ due to those PowerShell versions not being able to parse the incompatible syntax
1212
```PowerShell
1313
@{
1414
Rules = @{
15-
UseCompatibleCommmands = @{
15+
PSUseCompatibleSyntax = @{
1616
Enable = $true
17-
TargetedVersions = @(
17+
TargetVersions = @(
1818
"6.0",
1919
"5.1",
2020
"4.0"
2121
)
2222
}
2323
}
2424
}
25-
```
25+
```

0 commit comments

Comments
 (0)