Skip to content

Commit 19ca2e1

Browse files
committed
Merge pull request #15 from tomfuertes/patch-1
readme sp
2 parents 7c85ddb + c35516d commit 19ca2e1

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)