From f0cadb1f1a6b8d994c2df3313a2121e92a36bddb Mon Sep 17 00:00:00 2001 From: ayu48 Date: Sun, 26 Apr 2015 14:27:26 -0700 Subject: [PATCH] fix(grunt): fix typo in gruntfile Closes #3589 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f27b4406da..3555901de1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -206,7 +206,7 @@ module.exports = function(grunt) { }); //register before and after test tasks so we've don't have to change cli - //options on the goole's CI server + //options on the google's CI server grunt.registerTask('before-test', ['enforce', 'ddescribe-iit', 'jshint', 'html2js']); grunt.registerTask('after-test', ['build', 'copy']);