Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bartlett <ntbartle@us.ibm.com>2014-11-10 23:34:04 +0300
committerNicholas Bartlett <ntbartle@us.ibm.com>2014-11-10 23:34:04 +0300
commiteda6bf0e0310b8a99e2b42b4fea110bb017d6354 (patch)
tree060d5495c126907aaed314dd31a441f1e8296af7 /README.md
parent34b397512cdaa11e70a8e82731a8a5d63613989f (diff)
fixed stoponerror option not stopping grunt task
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44813b9..08de82d 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ grunt.initConfig({
* Type: `Boolean`
* Default: `false`
-Breaks out of grunt task on first error. Use `--force` to force continue.
+Breaks out of grunt task if there are errors. Use `--force` to force continue.
#### options.relaxerror