From 96ab578b6eb87f73555e74284d48eaee7e20416c Mon Sep 17 00:00:00 2001 From: M4sterShake Date: Sun, 1 Aug 2021 05:02:44 +0100 Subject: [PATCH] fixing typo in docs on axes labelling (#9503) Co-authored-by: Max --- docs/axes/labelling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/axes/labelling.md b/docs/axes/labelling.md index 47ea3ac5b..1afb514d7 100644 --- a/docs/axes/labelling.md +++ b/docs/axes/labelling.md @@ -20,7 +20,7 @@ Namespace: `options.scales[scaleId].title`, it defines options for the scale tit It is also common to want to change the tick marks to include information about the data type. For example, adding a dollar sign ('$'). To do this, you need to override the `ticks.callback` method in the axis configuration. -The method receiver 3 arguments: +The method receives 3 arguments: * `value` - the tick value in the **internal data format** of the associated scale. * `index` - the tick index in the ticks array.