diff --git a/docs/02-Scales.md b/docs/02-Scales.md index c776355ebc7..313cec15a7c 100644 --- a/docs/02-Scales.md +++ b/docs/02-Scales.md @@ -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 --- | --- | --- | ---