Skip to content

Commit

Permalink
🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Dec 15, 2017
1 parent 64968dd commit a527828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ exports.register([
// locales en and en-US are required for default behavior
exports.register([
require('./locale-en'),
require('./locale-en-US')
require('./locale-en-us')
]);

// plot icons
Expand Down
2 changes: 1 addition & 1 deletion src/plots/cartesian/set_convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ module.exports = function setConvert(ax, fullLayout) {
ax._min = [];
ax._max = [];

// Fropagate localization into the axis so that
// Propagate localization into the axis so that
// methods in Axes can use it w/o having to pass fullLayout
// Default (non-d3) number formatting uses separators directly
// dates and d3-formatted numbers use the d3 locale
Expand Down

0 comments on commit a527828

Please sign in to comment.