From eb0301211cb13250d45b4f0fd0bbe7b15fdfef5c Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 31 Jul 2021 13:47:27 +0100 Subject: [PATCH] fixing typo in docs on axes labelling --- 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 47ea3ac5b39..1afb514d7c3 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.