diff --git a/Gruntfile.js b/Gruntfile.js index 036a99bc4..6b3e14e4a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,7 +64,7 @@ module.exports = function (grunt) { } } }, - //Build the documentaion files + //Build the documentation files includes: { build: { src: ['*.html'], // Source files @@ -81,4 +81,4 @@ module.exports = function (grunt) { }); // the default task (running "grunt" in console) is "watch" grunt.registerTask('default', ['watch']); -}; \ No newline at end of file +};