Skip to content

Commit 6e38cca

Browse files
committed
fix typos in comments
1 parent 277c8f8 commit 6e38cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plots/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ plots.supplyDataDefaults = function(traceIn, i, layout) {
645645
traceOut._module = _module;
646646
}
647647

648-
// gets overwritten in pie and geo
648+
// gets overwritten in pie, geo and ternary modules
649649
if(visible) coerce('hoverinfo', (layout._dataLength === 1) ? 'x+y+z+text' : undefined);
650650

651651
if(_module && visible) _module.supplyDefaults(traceIn, traceOut, defaultColor, layout);

src/traces/scatterternary/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = {
6767
'Sets text elements associated with each (a,b,c) point.',
6868
'If a single string, the same string appears over',
6969
'all the data points.',
70-
'If an array of string, the items are mapped in order to the',
70+
'If an array of strings, the items are mapped in order to the',
7171
'the data points in (a,b,c).'
7272
].join(' ')
7373
}),

0 commit comments

Comments
 (0)