Skip to content

Commit 205e015

Browse files
re-enable rule to check for sentence case in headings
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 119a877 commit 205e015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BasedOnStyles = FluentBit
1111
FluentBit.Terms = YES
1212
FluentBit.Titles = YES
1313
FluentBit.FutureTense = NO
14-
FluentBit.Headings = NO
14+
FluentBit.Headings = YES
1515
FluentBit.Passive = NO
1616
FluentBit.Subjunctive = NO
1717
FluentBit.Colons = NO

0 commit comments

Comments
 (0)