Skip to content

Commit 69f415a

Browse files
committed
Consistent capitalization
1 parent f7d5e1c commit 69f415a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ gulp.task('lint', function() {
7979
.pipe(csslint.reporter('junit-xml'));
8080
```
8181
82-
### Custom Reporters
82+
### Custom reporters
8383
8484
Custom reporter functions can be passed as `csslint.reporter(reporterFunc)`. The reporter function will be called for each linted file and passed the file object as described above.
8585
@@ -102,7 +102,7 @@ gulp.task('lint', function() {
102102
});
103103
```
104104
105-
## Custom Rules
105+
## Custom rules
106106
107107
Use the `csslint.addRule(rule)` method to define custom rules that run in addition to the rules defined in the csslintrc file. See [Working with Rules](https://github.com/CSSLint/csslint/wiki/Working-with-Rules) for details.
108108

0 commit comments

Comments
 (0)