Skip to content

Commit 20e033f

Browse files
authored
Merge pull request #4060 from plotly/fix-typo-incolorscale-attr-description
Fix typo in colorscale attr description
2 parents 218a919 + ca87aed commit 20e033f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/colorscale/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ module.exports = function colorScaleAttrs(context, opts) {
194194
' rgb, rgba, hex, hsl, hsv, or named color string.',
195195
' At minimum, a mapping for the lowest (0) and highest (1)',
196196
' values are required. For example,',
197-
' `[[0, \'rgb(0,0,255)\', [1, \'rgb(255,0,0)\']]`.',
197+
' `[[0, \'rgb(0,0,255)\'], [1, \'rgb(255,0,0)\']]`.',
198198
' To control the bounds of the colorscale in color space,',
199199
' use', minmaxFull, '.',
200200
' Alternatively, `colorscale` may be a palette name string',

0 commit comments

Comments
 (0)