Skip to content

Commit

Permalink
Merge pull request #38 from konekoya/master
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
lazd committed Jan 3, 2016
2 parents a8ddae4 + 091f282 commit d1532ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you pass `lookup: false`, the local .csslintrc is not looked up automatically

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.

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

```js
gulp.src('client/css/*.css')
Expand Down

0 comments on commit d1532ec

Please sign in to comment.