Skip to content

Commit 323e79a

Browse files
authored
Merge pull request #4030 from plotly/cldougl-patch-1
edit error type description
2 parents 46f4cfc + 3857ec9 commit 323e79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/errorbars/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
'If *sqrt*, the bar lengths correspond to the sqaure of the',
3636
'underlying data.',
3737

38-
'If *array*, the bar lengths are set with data set `array`.'
38+
'If *data*, the bar lengths are set with data set `array`.'
3939
].join(' ')
4040
},
4141
symmetric: {

0 commit comments

Comments
 (0)