]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix 2 minor documentation issues in the scale documentation. #3341 (#3360)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 24 Sep 2016 15:54:51 +0000 (11:54 -0400)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 24 Sep 2016 15:54:51 +0000 (17:54 +0200)
docs/02-Scales.md

index c776355ebc79603a2a0b3b1d26c3ae1527e1d420..313cec15a7caaae3bde56a43532ab1f1aa1f86b7 100644 (file)
@@ -59,7 +59,7 @@ offsetGridLines | Boolean | false | If true, labels are shifted to be between gr
 
 #### Scale Title Configuration
 
-The grid line configuration is nested under the scale configuration in the `scaleLabel` key. It defines options for the scale title.
+The scale label configuration is nested under the scale configuration in the `scaleLabel` key. It defines options for the scale title.
 
 Name | Type | Default | Description
 --- | --- | --- | ---
@@ -72,7 +72,7 @@ fontStyle | String | "normal" | Font style for the scale title, follows CSS font
 
 #### Tick Configuration
 
-The grid line configuration is nested under the scale configuration in the `ticks` key. It defines options for the tick marks that are generated by the axis.
+The tick configuration is nested under the scale configuration in the `ticks` key. It defines options for the tick marks that are generated by the axis.
 
 Name | Type | Default | Description
 --- | --- | --- | ---