Skip to content

Commit 69a1e82

Browse files
authored
Description of borderwidth
description of borderwidth should be "Sets the border width" instead of "Sets the border color..."
1 parent 3b9188d commit 69a1e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/rangeslider/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
min: 0,
3232
role: 'style',
3333
editType: 'plot',
34-
description: 'Sets the border color of the range slider.'
34+
description: 'Sets the border width of the range slider.'
3535
},
3636
autorange: {
3737
valType: 'boolean',

0 commit comments

Comments
 (0)