Skip to content

Commit c35516d

Browse files
committed
readme sp
1 parent 7c85ddb commit c35516d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var csslint = require('gulp-csslint');
9595
gulp.task('lint', function() {
9696
gulp.files('lib/*.css')
9797
.pipe(csslint())
98-
.pipe(csslint.reoprter()) // Display errors
98+
.pipe(csslint.reporter()) // Display errors
9999
.pipe(csslint.failReporter()); // Fail on error
100100
});
101101
```

0 commit comments

Comments
 (0)