From: M4sterShake Date: Sun, 1 Aug 2021 04:02:44 +0000 (+0100) Subject: fixing typo in docs on axes labelling (#9503) X-Git-Tag: v3.5.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ab578b6eb87f73555e74284d48eaee7e20416c;p=thirdparty%2FChart.js.git fixing typo in docs on axes labelling (#9503) Co-authored-by: Max --- 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.