From ca87aede2c5e6f666f6f3170a54b9515d55a310d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Thu, 18 Jul 2019 10:11:25 -0400 Subject: [PATCH] fix typo in colorscale attr description --- src/components/colorscale/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/colorscale/attributes.js b/src/components/colorscale/attributes.js index 3df6baec2a5..ee97914cf3c 100644 --- a/src/components/colorscale/attributes.js +++ b/src/components/colorscale/attributes.js @@ -194,7 +194,7 @@ module.exports = function colorScaleAttrs(context, opts) { ' rgb, rgba, hex, hsl, hsv, or named color string.', ' At minimum, a mapping for the lowest (0) and highest (1)', ' values are required. For example,', - ' `[[0, \'rgb(0,0,255)\', [1, \'rgb(255,0,0)\']]`.', + ' `[[0, \'rgb(0,0,255)\'], [1, \'rgb(255,0,0)\']]`.', ' To control the bounds of the colorscale in color space,', ' use', minmaxFull, '.', ' Alternatively, `colorscale` may be a palette name string',