Update Gruntfile.js

minor typo
This commit is contained in:
Ricardo Fuhrmann 2015-03-06 19:37:57 -04:00
parent c285b41223
commit 544fc08aab

View file

@ -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']);
};
};