From e3aa3586966b59def58de095e5143f4006704e0a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Dec 2013 13:57:35 -0800 Subject: [PATCH] derp --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5ba7ca8bd5..2da15ea33e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -318,7 +318,7 @@ module.exports = function (grunt) { // CSS distribution task. grunt.registerTask('dist-css', ['less', 'csscomb', 'usebanner']); - // Fonts distribution task. + // Docs distribution task. grunt.registerTask('dist-docs', ['copy:docs']); // Full distribution task.