Skip to content

Commit d1532ec

Browse files
committed
Merge pull request #38 from konekoya/master
Typo
2 parents a8ddae4 + 091f282 commit d1532ec

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
@@ -32,7 +32,7 @@ If you pass `lookup: false`, the local .csslintrc is not looked up automatically
3232

3333
You can pass rule configuration as an object. See the [list of rules by ID on the CSSLint wiki](https://github.com/stubbornella/csslint/wiki/Rules-by-ID) for valid rule IDs.
3434

35-
Any properties passed wil be in _addition_ to (or overwriting) the ones in .csslintrc (unless `lookup: false` is passed).
35+
Any properties passed will be in _addition_ to (or overwriting) the ones in .csslintrc (unless `lookup: false` is passed).
3636

3737
```js
3838
gulp.src('client/css/*.css')

0 commit comments

Comments
 (0)