Skip to content

Commit cb4b0c3

Browse files
committed
Fix typo.
1 parent 9feb5f6 commit cb4b0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ module.exports = function(grunt) {
366366
TestRunner.run();
367367
});
368368

369-
grunt.registerMultiTask("changelog", "Write the changlog file", function() {
369+
grunt.registerMultiTask("changelog", "Write the changelog file", function() {
370370
var done = this.async();
371371
var lastTag;
372372
var files = this.filesSrc;

0 commit comments

Comments
 (0)