diff --git a/grunt/tasks/migration.js b/grunt/tasks/migration.js index af95cb7c6..f551e7f61 100644 --- a/grunt/tasks/migration.js +++ b/grunt/tasks/migration.js @@ -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');