Skip to content

Commit

Permalink
Merge pull request #4060 from plotly/fix-typo-incolorscale-attr-descr…
Browse files Browse the repository at this point in the history
…iption

Fix typo in colorscale attr description
  • Loading branch information
etpinard authored Jul 18, 2019
2 parents 218a919 + ca87aed commit 20e033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/colorscale/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 20e033f

Please sign in to comment.