diff --git a/README.md b/README.md index f52b181..16e110e 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ This is *only a task level option* and cannot be configured per target. By defau watch: { options: { dateFormat: function(time) { - grunt.log.writeln('The watch finished in ' + time + 'ms at' + (new Date()).toString())); + grunt.log.writeln('The watch finished in ' + time + 'ms at' + (new Date()).toString()); grunt.log.writeln('Waiting for more changes...'); }, }, diff --git a/docs/watch-options.md b/docs/watch-options.md index 149b15e..956fa4e 100644 --- a/docs/watch-options.md +++ b/docs/watch-options.md @@ -111,7 +111,7 @@ This is *only a task level option* and cannot be configured per target. By defau watch: { options: { dateFormat: function(time) { - grunt.log.writeln('The watch finished in ' + time + 'ms at' + (new Date()).toString())); + grunt.log.writeln('The watch finished in ' + time + 'ms at' + (new Date()).toString()); grunt.log.writeln('Waiting for more changes...'); }, },