We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feb5f6 commit cb4b0c3Copy full SHA for cb4b0c3
Gruntfile.js
@@ -366,7 +366,7 @@ module.exports = function(grunt) {
366
TestRunner.run();
367
});
368
369
- grunt.registerMultiTask("changelog", "Write the changlog file", function() {
+ grunt.registerMultiTask("changelog", "Write the changelog file", function() {
370
var done = this.async();
371
var lastTag;
372
var files = this.filesSrc;
0 commit comments