diff --git a/Gruntfile.js b/Gruntfile.js index 8ae71a46..dd4e1b5f 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,7 +37,7 @@ module.exports = function (grunt) { ]); grunt.registerTask("configTests", - "A task which configures config files in preparation for tests to be run. Use `npm tests` to run tests.", + "A task which configures config files in preparation for tests to be run. Use `npm test` to run tests.", [ "clean:config", "clean:nodeConfig", "exec:generateConfig", "exec:generateNodeIndex" ]);