Skip to content

Commit c7b81ec

Browse files
committed
typos in 📚
1 parent 6cc634a commit c7b81ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/traces/splom/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
dflt: true,
4242
editType: 'calc',
4343
description: [
44-
'Determines whether or not this dimension is show on the graph.',
44+
'Determines whether or not this dimension is shown on the graph.',
4545
'Note that even visible false dimension contribute to the',
4646
'default grid generate by this splom trace.'
4747
].join(' ')

src/traces/splom/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,11 +474,11 @@ module.exports = {
474474
meta: {
475475
description: [
476476
'Splom traces generate scatter plot matrix visualizations.',
477-
'Each splom `dimensions` items correspond to an generated axes.',
477+
'Each splom `dimensions` items correspond to a generated axis.',
478478
'Values for each of those dimensions are set in `dimensions[i].values`.',
479479
'Splom traces support all `scattergl` marker style attributes.',
480480
'Specify `layout.grid` attributes and/or layout x-axis and y-axis attributes',
481-
'for control '
481+
'for more control over the axis positioning and style. '
482482
].join(' ')
483483
}
484484
};

0 commit comments

Comments
 (0)