Skip to content

Commit b65b24e

Browse files
nblackburnhaoqunjiang
authored andcommitted
fix: correct typo in babel migrator (#4683)
1 parent 3677493 commit b65b24e

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-babel/migrator

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-babel/migrator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = (api) => {
1212

1313
// TODO: implement a codemod to migrate polyfills
1414
api.exitLog(`core-js has been upgraded from v2 to v3.
15-
If you have any custom polyfills defined in ${chalk.yellow('babael.config.js')}, please be aware their names may have been changed.
15+
If you have any custom polyfills defined in ${chalk.yellow('babel.config.js')}, please be aware their names may have been changed.
1616
For more complete changelog, see https://github.com/zloirock/core-js/blob/master/CHANGELOG.md#300---20190319`)
1717
}
1818
}

0 commit comments

Comments
 (0)