From 9c9bc5aa3bfa8dafc208862f26afbdc3f518b187 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Tue, 12 Jun 2012 12:53:58 -0400 Subject: [PATCH] Fix args translation example in gruntfile comments --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 37fd58de8..6fd4f7d9f 100644 --- a/grunt.js +++ b/grunt.js @@ -190,7 +190,7 @@ module.exports = function( grunt ) { // Translation example // - // grunt build:+ajax,-dimensions,-effects,-offset + // grunt custom:+ajax,-dimensions,-effects,-offset // // Becomes: // -- 2.39.5