Skip to content

Commit 61c4d59

Browse files
authored
Fix typo
1 parent 8c48e93 commit 61c4d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Documentation/RuleDocumentation.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Describe "Validate rule documentation files" {
5757
}
5858
}
5959

60-
It "Every rule name in the rule documentation README.md file must match the documentation file's basename" --Skip:($env:APPVEYOR -and $IsLinux) {
60+
It "Every rule name in the rule documentation README.md file must match the documentation file's basename" -Skip:($env:APPVEYOR -and $IsLinux) {
6161
foreach ($key in $readmeLinks.Keys) {
6262
$link = $readmeLinks[$key]
6363
$filePath = Join-Path $ruleDocDirectory $link

0 commit comments

Comments
 (0)