Skip to content

Commit 6cdd56d

Browse files
The Jared Wilcurtkazupon
authored andcommitted
typos (#2776)
1 parent 528c465 commit 6cdd56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/babel-preset-app/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ module.exports = (context, options = {}) => {
127127
presets.push([require('@babel/preset-env'), envOptions])
128128

129129
// additional <= stage-3 plugins
130-
// Babel 7 is removing stgage presets altogether because people are using
131-
// too much unstable proposals. Let's be conservative in the defaults here.
130+
// Babel 7 is removing stage presets altogether because people are using
131+
// too many unstable proposals. Let's be conservative in the defaults here.
132132
plugins.push(
133133
require('@babel/plugin-syntax-dynamic-import'),
134134
[require('@babel/plugin-proposal-decorators'), { legacy: decoratorsLegacy !== false }],

0 commit comments

Comments
 (0)