diff --git a/gruntfile.js b/gruntfile.js index 7ed4057b25..ab85806b4e 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -81,7 +81,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-nodemon'); grunt.loadNpmTasks('grunt-concurrent'); - //Making grunt default to force inorder not to break the project. + //Making grunt default to force in order not to break the project. grunt.option('force', true); //Default task(s).