From f37033008cd760af095a6919d79cb47b1abb7f9a Mon Sep 17 00:00:00 2001 From: chriddyp Date: Fri, 24 Jun 2016 17:33:42 -0400 Subject: [PATCH] :book: fix typo in layout.mapbox.layers.line description --- src/plots/mapbox/layout_attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plots/mapbox/layout_attributes.js b/src/plots/mapbox/layout_attributes.js index f70fbfe027b..20c23b19e64 100644 --- a/src/plots/mapbox/layout_attributes.js +++ b/src/plots/mapbox/layout_attributes.js @@ -191,7 +191,7 @@ module.exports = { dflt: 2, role: 'style', description: [ - 'Sets the line radius.', + 'Sets the line width.', 'Has an effect only when `type` is set to *line*.' ].join(' ') }