From 69a1e827249a5533cc885a688b9348f81a4376b5 Mon Sep 17 00:00:00 2001 From: DenrizSusam <39295979+DenrizSusam@users.noreply.github.com> Date: Tue, 22 Jan 2019 10:43:39 +0300 Subject: [PATCH] Description of borderwidth description of borderwidth should be "Sets the border width" instead of "Sets the border color..." --- src/components/rangeslider/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/rangeslider/attributes.js b/src/components/rangeslider/attributes.js index 5638f631836..67ce0440211 100644 --- a/src/components/rangeslider/attributes.js +++ b/src/components/rangeslider/attributes.js @@ -31,7 +31,7 @@ module.exports = { min: 0, role: 'style', editType: 'plot', - description: 'Sets the border color of the range slider.' + description: 'Sets the border width of the range slider.' }, autorange: { valType: 'boolean',