From: mdewilde Date: Sun, 8 Jan 2017 13:54:03 +0000 (+0100) Subject: Correct anchor link (#3772) X-Git-Tag: v2.5.0~1^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27b2e332c686e76cfe373a2d5377d53d01a7a84a;p=thirdparty%2FChart.js.git Correct anchor link (#3772) --- diff --git a/docs/02-Scales.md b/docs/02-Scales.md index ae7758326..af7812ce0 100644 --- a/docs/02-Scales.md +++ b/docs/02-Scales.md @@ -36,7 +36,7 @@ afterFit | Function | undefined | Callback that runs after the scale fits to the afterUpdate | Function | undefined | Callback that runs at the end of the update process. Passed a single argument, the scale instance. **gridLines** | Object | - | See [grid line configuration](#grid-line-configuration) section. **scaleLabel** | Object | | See [scale title configuration](#scale-title-configuration) section. -**ticks** | Object | | See [ticks configuration](#ticks-configuration) section. +**ticks** | Object | | See [tick configuration](#tick-configuration) section. #### Grid Line Configuration