Skip to content

Commit c27ced0

Browse files
committed
sankey: fix typo in customdata's description
1 parent c43873a commit c27ced0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/sankey/attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ var attrs = module.exports = overrideAll({
135135
valType: 'data_array',
136136
editType: 'calc',
137137
description: [
138-
'Assigns extra data each node.'
138+
'Assigns extra data to each node.'
139139
].join(' ')
140140
},
141141
line: {
@@ -214,7 +214,7 @@ var attrs = module.exports = overrideAll({
214214
valType: 'data_array',
215215
editType: 'calc',
216216
description: [
217-
'Assigns extra data each link.'
217+
'Assigns extra data to each link.'
218218
].join(' ')
219219
},
220220
line: {

0 commit comments

Comments
 (0)