From 86f530e3c646255efb98658b04480b3f06fa25f3 Mon Sep 17 00:00:00 2001 From: Chelsea Date: Mon, 6 Jun 2016 16:50:48 -0400 Subject: [PATCH] tick text description typo --- src/plots/cartesian/layout_attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plots/cartesian/layout_attributes.js b/src/plots/cartesian/layout_attributes.js index 320605555ce..784db0504b2 100644 --- a/src/plots/cartesian/layout_attributes.js +++ b/src/plots/cartesian/layout_attributes.js @@ -180,7 +180,7 @@ module.exports = { description: [ 'Sets the text displayed at the ticks position via `tickvals`.', 'Only has an effect if `tickmode` is set to *array*.', - 'Used with `ticktext`.' + 'Used with `tickvals`.' ].join(' ') }, ticks: {