]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Correct spelling mistake. (#5831)
authorThomas David Baker <bakert@gmail.com>
Thu, 15 Nov 2018 14:41:02 +0000 (06:41 -0800)
committerEvert Timberg <evert.timberg+github@gmail.com>
Thu, 15 Nov 2018 14:41:02 +0000 (09:41 -0500)
Use a simpler phrase for this heading.

docs/general/fonts.md

index 082456f3d95be9a8e8a5e78328de369ef6947cdc..f00c5aa53737526bb2f3df640748299792e61f57 100644 (file)
@@ -27,6 +27,6 @@ let chart = new Chart(ctx, {
 | `defaultFontSize` | `Number` | `12` | Default font size (in px) for text. Does not apply to radialLinear scale point labels.
 | `defaultFontStyle` | `String` | `'normal'` | Default font style. Does not apply to tooltip title or footer. Does not apply to chart title.
 
-## Non-Existant Fonts
+## Missing Fonts
 
 If a font is specified for a chart that does exist on the system, the browser will not apply the font when it is set. If you notice odd fonts appearing in your charts, check that the font you are applying exists on your system. See [issue 3318](https://github.com/chartjs/Chart.js/issues/3318) for more details.