]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Correction of spelling mistake 3032/head
authorNeabfi <fabien.delattre@outlook.com>
Mon, 25 Jul 2016 14:53:28 +0000 (10:53 -0400)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2016 14:53:28 +0000 (10:53 -0400)
docs/02-Scales.md

index f1c36a5f95825bde97a04d13f11ec880e9ad8a6a..7a0b6d09d65e733a5659d7b54c4c2eed28e704ee 100644 (file)
@@ -136,7 +136,7 @@ The following options are provided by the linear scale. They are all located in
 
 Name | Type | Default | Description
 --- | --- | --- | ---
-beginAtZero | Boolean | - | if true, scale will inclulde 0 if it is not already included.
+beginAtZero | Boolean | - | if true, scale will include 0 if it is not already included.
 min | Number | - | User defined minimum number for the scale, overrides minimum value from data.
 max | Number | - | User defined maximum number for the scale, overrides maximum value from data.
 maxTicksLimit | Number | 11 | Maximum number of ticks and gridlines to show. If not defined, it will limit to 11 ticks but will show all gridlines.