From 3857ec90e2414136509ad537767439d26cf11cd1 Mon Sep 17 00:00:00 2001 From: Chelsea Douglas Date: Mon, 8 Jul 2019 12:14:58 -0400 Subject: [PATCH] edit error type description I think in the description this "array" should be "data" to match the options listed in values above --- src/components/errorbars/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/errorbars/attributes.js b/src/components/errorbars/attributes.js index 9d2d2ec4e93..239cb042d6a 100644 --- a/src/components/errorbars/attributes.js +++ b/src/components/errorbars/attributes.js @@ -35,7 +35,7 @@ module.exports = { 'If *sqrt*, the bar lengths correspond to the sqaure of the', 'underlying data.', - 'If *array*, the bar lengths are set with data set `array`.' + 'If *data*, the bar lengths are set with data set `array`.' ].join(' ') }, symmetric: {