Skip to content

Commit 2ed036f

Browse files
author
Kapil Borle
committed
Fix context description in PlaceCloseBrace rule test
1 parent 6a2a9d6 commit 2ed036f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Rules/PlaceCloseBrace.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $x = if ($true) { "blah" } else { "blah blah" }
130130
}
131131
}
132132

133-
Context "When a close brace should be follow a new line" {
133+
Context "When a close brace should be followed by a new line" {
134134
BeforeAll {
135135
$ruleConfiguration.'NoEmptyLineBefore' = $false
136136
$ruleConfiguration.'IgnoreOneLineBlock' = $false

0 commit comments

Comments
 (0)