Skip to content

Commit f5daa00

Browse files
committed
Fix mispelling of 'initial'. (see #1879)
1 parent 9b8d1ce commit f5daa00

File tree

1 file changed

+1
-1
lines changed
  • unpacked/jax/element/mml

1 file changed

+1
-1
lines changed

unpacked/jax/element/mml/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ MathJax.ElementJax.mml.Augment({
7878
SANSSERIFITALIC: "sans-serif-italic",
7979
SANSSERIFBOLDITALIC: "sans-serif-bold-italic",
8080
MONOSPACE: "monospace",
81-
INITIAL: "inital",
81+
INITIAL: "initial",
8282
TAILED: "tailed",
8383
LOOPED: "looped",
8484
STRETCHED: "stretched",

0 commit comments

Comments
 (0)