From c9ae28928535c459e2c2c819e3ed6088e3bbe182 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Mon, 19 Mar 2018 11:11:45 +0100 Subject: [PATCH] fixed typo --- src/plots/cartesian/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plots/cartesian/attributes.js b/src/plots/cartesian/attributes.js index e3c9743d5ba..26388c476e5 100644 --- a/src/plots/cartesian/attributes.js +++ b/src/plots/cartesian/attributes.js @@ -33,7 +33,7 @@ module.exports = { 'a 2D cartesian y axis.', 'If *y* (the default value), the y coordinates refer to', '`layout.yaxis`.', - 'If *y2*, the y coordinates refer to `layout.xaxis2`, and so on.' + 'If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.' ].join(' ') } };