Skip to content

Commit 560405c

Browse files
committed
revert description change
1 parent f6d8c39 commit 560405c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module.exports = {
9797
_noTemplating: true,
9898
description: [
9999
'Sets the axis type.',
100-
'By default, plotly.js attempts to determined the axis type',
100+
'By default, plotly attempts to determined the axis type',
101101
'by looking into the data of the traces that referenced',
102102
'the axis in question.'
103103
].join(' ')

src/traces/carpet/axis_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = {
8383
editType: 'calc',
8484
description: [
8585
'Sets the axis type.',
86-
'By default, plotly.js attempts to determined the axis type',
86+
'By default, plotly attempts to determined the axis type',
8787
'by looking into the data of the traces that referenced',
8888
'the axis in question.'
8989
].join(' ')

src/traces/sunburst/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
'Empty string items \'\' are understood to reference',
3535
'the root node in the hierarchy.',
3636
'If `ids` is filled, `parents` items are understood to be "ids" themselves.',
37-
'When `ids` is not set, plotly.js attempts to find matching items in `labels`,',
37+
'When `ids` is not set, plotly attempts to find matching items in `labels`,',
3838
'but beware they must be unique.'
3939
].join(' ')
4040
},
@@ -83,7 +83,7 @@ module.exports = {
8383
description: [
8484
'Sets the level from which this trace hierarchy is rendered.',
8585
'Set `level` to `\'\'` to start from the root node in the hierarchy.',
86-
'Must be an "id" if `ids` is filled in, otherwise plotly.js attempts to find a matching',
86+
'Must be an "id" if `ids` is filled in, otherwise plotly attempts to find a matching',
8787
'item in `labels`.'
8888
].join(' ')
8989
},

0 commit comments

Comments
 (0)