Skip to content

Commit ecf64d3

Browse files
bakertetimberg
authored andcommitted
Correct spelling mistake. (#5831)
Use a simpler phrase for this heading.
1 parent 3ea93a0 commit ecf64d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general/fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ let chart = new Chart(ctx, {
2727
| `defaultFontSize` | `Number` | `12` | Default font size (in px) for text. Does not apply to radialLinear scale point labels.
2828
| `defaultFontStyle` | `String` | `'normal'` | Default font style. Does not apply to tooltip title or footer. Does not apply to chart title.
2929

30-
## Non-Existant Fonts
30+
## Missing Fonts
3131

3232
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.

0 commit comments

Comments
 (0)