From b79399f98c83e46e9c80b0f397253a9f368628ea Mon Sep 17 00:00:00 2001 From: mdewilde Date: Sun, 8 Jan 2017 12:05:06 +0100 Subject: [PATCH] Correct anchor link --- docs/02-Scales.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Scales.md b/docs/02-Scales.md index ae7758326f1..af7812ce03b 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