We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c85ddb + c35516d commit 19ca2e1Copy full SHA for 19ca2e1
README.md
@@ -95,7 +95,7 @@ var csslint = require('gulp-csslint');
95
gulp.task('lint', function() {
96
gulp.files('lib/*.css')
97
.pipe(csslint())
98
- .pipe(csslint.reoprter()) // Display errors
+ .pipe(csslint.reporter()) // Display errors
99
.pipe(csslint.failReporter()); // Fail on error
100
});
101
```
0 commit comments