diff --git a/RuleDocumentation/UseCompatibleCommands.md b/RuleDocumentation/UseCompatibleCommands.md index 082a62b1b..1935978ef 100644 --- a/RuleDocumentation/UseCompatibleCommands.md +++ b/RuleDocumentation/UseCompatibleCommands.md @@ -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' @@ -88,4 +88,4 @@ An example configuration might look like: } } } -``` \ No newline at end of file +```