]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix Tiny Typo in Labelling.md
authorSpencer Dellis <sdellis@u.rochester.edu>
Thu, 8 Jun 2017 17:58:11 +0000 (13:58 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 9 Jun 2017 01:08:24 +0000 (21:08 -0400)
docs/axes/labelling.md

index c0dda84a96ab426f2036f7385c51493a02c527f4..ef43cdb01cf7d654476a364ea8b09b3a2530a0ea 100644 (file)
@@ -9,7 +9,7 @@ The scale label configuration is nested under the scale configuration in the `sc
 | Name | Type | Default | Description
 | -----| ---- | --------| -----------
 | `display` | `Boolean` | `false` | If true, display the axis title.
-| `labelString` | `String` | `''` | The text for the title. (i.e. "# of People" or "Respone Choices").
+| `labelString` | `String` | `''` | The text for the title. (i.e. "# of People" or "Response Choices").
 | `fontColor` | Color | `'#666'` | Font color for scale title.
 | `fontFamily` | `String` | `"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"` | Font family for the scale title, follows CSS font-family options.
 | `fontSize` | `Number` | `12` | Font size for scale title.
@@ -39,4 +39,4 @@ var chart = new Chart(ctx, {
         }
     }
 });
-```
\ No newline at end of file
+```