Skip to content

Commit

Permalink
Correct spelling mistake.
Browse files Browse the repository at this point in the history
It's "Non-existent" not "Non-existant".

"Nonexistent" (no hyphen) is also the most common current usage so switched
to that form.
  • Loading branch information
bakert committed Nov 12, 2018
1 parent ae80e14 commit b040903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## Nonexistent 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.

0 comments on commit b040903

Please sign in to comment.