]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fixing typo in docs on axes labelling (#9503)
authorM4sterShake <maxborkowski@gmail.com>
Sun, 1 Aug 2021 04:02:44 +0000 (05:02 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Aug 2021 04:02:44 +0000 (07:02 +0300)
Co-authored-by: Max <max.borkowski@reedbusiness.com>
docs/axes/labelling.md

index 47ea3ac5b39381dc7c1b0e89ff5ee1d4ced100d6..1afb514d7c36e87fcf14b8b38084c807ff82d63b 100644 (file)
@@ -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.