Skip to content

Commit a527828

Browse files
committed
🙈
1 parent 64968dd commit a527828

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ exports.register([
6868
// locales en and en-US are required for default behavior
6969
exports.register([
7070
require('./locale-en'),
71-
require('./locale-en-US')
71+
require('./locale-en-us')
7272
]);
7373

7474
// plot icons

src/plots/cartesian/set_convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ module.exports = function setConvert(ax, fullLayout) {
447447
ax._min = [];
448448
ax._max = [];
449449

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

0 commit comments

Comments
 (0)