Skip to content

Commit

Permalink
fixing typo in docs on axes labelling (#9503)
Browse files Browse the repository at this point in the history
Co-authored-by: Max <max.borkowski@reedbusiness.com>
  • Loading branch information
MaxboDev and Max committed Aug 1, 2021
1 parent f0a53fd commit 96ab578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/axes/labelling.md
Expand Up @@ -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.
Expand Down

0 comments on commit 96ab578

Please sign in to comment.