From 091f2828e873b4dea69112857668e8babc473da7 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 31 Dec 2015 15:04:07 +0800 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567477a..b30251d 100644 --- a/README.md +++ b/README.md @@ -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')