Skip to content

Commit

Permalink
Docs/Fixed inconsistent variable names (#9991)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Brunner committed Dec 16, 2021
1 parent 55be827 commit 1d42eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/axes/labelling.md
Expand Up @@ -45,7 +45,7 @@ const chart = new Chart(ctx, {
y: {
ticks: {
// Include a dollar sign in the ticks
callback: function(value, index, values) {
callback: function(value, index, ticks) {
return '$' + value;
}
}
Expand Down

0 comments on commit 1d42eb6

Please sign in to comment.