Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Jan 7, 2025
1 parent 26a0918 commit 5864b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/tasks/migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = function(grunt) {
return clone;
}

grunt.registerTask('migration', 'Migrate from on verion to another', function(mode) {
grunt.registerTask('migration', 'Migrate from one version to another', function(mode) {
const next = this.async();
const buildConfig = Helpers.generateConfigData();
const fileNameIncludes = grunt.option('file');
Expand Down

0 comments on commit 5864b5b

Please sign in to comment.