Skip to content

Commit d46da89

Browse files
donavonandriijas
authored andcommitted
fix seperators typo (#7932)
Its the little things that makes the big difference! 😁 Thanks
1 parent 9750738 commit d46da89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-preset-react-app/create.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ module.exports = function(api, opts, env) {
154154
loose: true,
155155
},
156156
],
157-
// Adds Numeric Seperators
157+
// Adds Numeric Separators
158158
require('@babel/plugin-proposal-numeric-separator').default,
159159
// The following two plugins use Object.assign directly, instead of Babel's
160160
// extends helper. Note that this assumes `Object.assign` is available.

0 commit comments

Comments
 (0)