Skip to content

Commit f0cadb1

Browse files
ayu48wesleycho
authored andcommitted
fix(grunt): fix typo in gruntfile
Closes angular-ui#3589
1 parent 0de8c86 commit f0cadb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ module.exports = function(grunt) {
206206
});
207207

208208
//register before and after test tasks so we've don't have to change cli
209-
//options on the goole's CI server
209+
//options on the google's CI server
210210
grunt.registerTask('before-test', ['enforce', 'ddescribe-iit', 'jshint', 'html2js']);
211211
grunt.registerTask('after-test', ['build', 'copy']);
212212

0 commit comments

Comments
 (0)