From e99e8b66b25778a111ededacf009cce23286be52 Mon Sep 17 00:00:00 2001 From: Leon Yip Date: Fri, 21 Aug 2015 18:06:55 -0700 Subject: [PATCH] Update Gruntfile.js Added punctuation to make the comment consistent with other comments. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index e3edee9c73..e99175b6a1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -55,7 +55,7 @@ module.exports = function(grunt) { grunt.registerTask('lint', ['eslint']); grunt.registerTask('delete-build-modules', function() { - // Use gulp here + // Use gulp here. spawnGulp(['react:clean'], null, this.async()); });