diff --git a/src/plots/map/layout_attributes.js b/src/plots/map/layout_attributes.js index 05d4171285f..f05839e491a 100644 --- a/src/plots/map/layout_attributes.js +++ b/src/plots/map/layout_attributes.js @@ -168,7 +168,7 @@ var attrs = module.exports = overrideAll({ 'GeoJSON geometries.', 'With `sourcetype` set to *vector*, the following values are allowed:', ' *circle*, *line*, *fill* and *symbol*.', - 'With `sourcetype` set to *raster* or `*image*`, only the *raster* value is allowed.' + 'With `sourcetype` set to *raster* or *image*, only the *raster* value is allowed.' ].join(' ') }, diff --git a/src/plots/mapbox/layout_attributes.js b/src/plots/mapbox/layout_attributes.js index 4e829ffd077..3ed5ecb1813 100644 --- a/src/plots/mapbox/layout_attributes.js +++ b/src/plots/mapbox/layout_attributes.js @@ -189,7 +189,7 @@ var attrs = module.exports = overrideAll({ 'GeoJSON geometries.', 'With `sourcetype` set to *vector*, the following values are allowed:', ' *circle*, *line*, *fill* and *symbol*.', - 'With `sourcetype` set to *raster* or `*image*`, only the *raster* value is allowed.' + 'With `sourcetype` set to *raster* or *image*, only the *raster* value is allowed.' ].join(' ') }, diff --git a/src/traces/parcats/attributes.js b/src/traces/parcats/attributes.js index 4176494a924..a8a3663fc21 100644 --- a/src/traces/parcats/attributes.js +++ b/src/traces/parcats/attributes.js @@ -65,8 +65,8 @@ module.exports = { ], description: [ 'This value here applies when hovering over dimensions.', - 'Note that `*categorycount`, *colorcount* and *bandcolorcount*', - 'are only available when `hoveron` contains the *color* flag' + 'Note that *categorycount*, *colorcount* and *bandcolorcount*', + 'are only available when `hoveron` contains the *color* flag. ' ].join(' ') }),