Skip to content

Commit

Permalink
fix seperators typo (#7932)
Browse files Browse the repository at this point in the history
Its the little things that makes the big difference!  😁

Thanks
  • Loading branch information
donavon authored and andriijas committed Nov 5, 2019
1 parent 9750738 commit d46da89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module.exports = function(api, opts, env) {
loose: true,
},
],
// Adds Numeric Seperators
// Adds Numeric Separators
require('@babel/plugin-proposal-numeric-separator').default,
// The following two plugins use Object.assign directly, instead of Babel's
// extends helper. Note that this assumes `Object.assign` is available.
Expand Down

0 comments on commit d46da89

Please sign in to comment.