Update Bottom Spelling Error

This commit is contained in:
g-pearl
2022-08-24 08:54:36 -06:00
committed by GitHub
parent f54db0e2d9
commit fa4f3a23cd

View File

@@ -118,7 +118,7 @@
Write-Warning -Message "The condition will look for the quotes at the start and end."
}
if ($PSBoundParameters.ContainsKey("ConditionValue" ) -and
$RuleType -match "Top|Botom" ) {$rule.Rank = $ConditionValue }
$RuleType -match "Top|Bottom" ) {$rule.Rank = $ConditionValue }
if ($PSBoundParameters.ContainsKey("ConditionValue" ) -and
$RuleType -match "StdDev" ) {$rule.StdDev = $ConditionValue }
if ($PSBoundParameters.ContainsKey("ConditionValue" ) -and