From eda6bf0e0310b8a99e2b42b4fea110bb017d6354 Mon Sep 17 00:00:00 2001 From: Nicholas Bartlett Date: Mon, 10 Nov 2014 15:34:04 -0500 Subject: fixed stoponerror option not stopping grunt task --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3