Skip to content

Commit ca95a37

Browse files
authored
Fix UseCompatibleCommands doc example typo (#1204)
1 parent c7e9e5c commit ca95a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RuleDocumentation/UseCompatibleCommands.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ An example configuration might look like:
7373
@{
7474
Rules = @{
7575
UseCompatibleCommmands = @{
76-
Enabled = $true
76+
Enable = $true
7777
TargetProfiles = @(
7878
'ubuntu_x64_18.04_6.1.2_x64_4.0.30319.42000_core'
7979
'win-4_x64_10.0.18312.0_6.1.1_x64_4.0.30319.42000_framework'
@@ -88,4 +88,4 @@ An example configuration might look like:
8888
}
8989
}
9090
}
91-
```
91+
```

0 commit comments

Comments
 (0)