]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Correct anchor link (#3772)
authormdewilde <mdewilde@users.noreply.github.com>
Sun, 8 Jan 2017 13:54:03 +0000 (14:54 +0100)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sun, 8 Jan 2017 13:54:03 +0000 (08:54 -0500)
docs/02-Scales.md

index ae7758326f1950b8ebcfb0432a9ec351b4c13c33..af7812ce03b4373539d031e350a79a2c9acb0f71 100644 (file)
@@ -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