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:
authorZac Echola <zac.echola@so.mnscu.edu>2014-11-12 17:29:50 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2014-11-12 17:29:50 +0300
commit23fabe5e85bcd7a37ec0b95d1af6604d87dbf702 (patch)
tree7133de6808856f2cdcf7f303791548da6f724397 /README.md
parentc3fd19090d44f8f33b3eb4de9631270bea483715 (diff)
Revert "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 edef42d..882cf43 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ grunt.initConfig({
* Type: `Boolean`
* Default: `false`
-Breaks out of grunt task if there are errors. Use `--force` to force continue.
+Breaks out of grunt task on first error. Use `--force` to force continue.
#### options.relaxerror