From fa4f3a23cd3550af9cbadc346cd5046854f4ab7c Mon Sep 17 00:00:00 2001 From: g-pearl Date: Wed, 24 Aug 2022 08:54:36 -0600 Subject: [PATCH] Update Bottom Spelling Error --- Public/Add-ConditionalFormatting.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Public/Add-ConditionalFormatting.ps1 b/Public/Add-ConditionalFormatting.ps1 index 4464cab..e507c86 100644 --- a/Public/Add-ConditionalFormatting.ps1 +++ b/Public/Add-ConditionalFormatting.ps1 @@ -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