Skip to content

Commit 319784b

Browse files
committed
Fix typos in unpacked/
1 parent b3e55c6 commit 319784b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

unpacked/config/default.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ MathJax.Hub.Config({
107107
// Patterns to remove from before and after math script tags. If you are not
108108
// using one of the preprocessors (e.g., tex2jax), you need to insert something
109109
// extra into your HTML file in order to avoid a bug in Internet Explorer. IE
110-
// removes spaces from the DOM that it thinks are redundent, and since a SCRIPT
110+
// removes spaces from the DOM that it thinks are redundant, and since a SCRIPT
111111
// tag usually doesn't add content to the page, if there is a space before and after
112112
// a MathJax SCRIPT tag, IE will remove the first space. When MathJax inserts
113113
// the typeset mathematics, this means there will be no space before it and the
@@ -180,7 +180,7 @@ MathJax.Hub.Config({
180180
// Normally MathJax will perform its starup commands (loading of
181181
// configuration, styles, jax, and so on) as soon as it can. If you
182182
// expect to be doing additional configuration on the page, however, you
183-
// may want to have it wait until the page's onload hander is called. If so,
183+
// may want to have it wait until the page's onload handler is called. If so,
184184
// set this to "onload".
185185
//
186186
delayStartupUntil: "none",
@@ -501,7 +501,7 @@ MathJax.Hub.Config({
501501
TagSide: "right",
502502

503503
//
504-
// This is the amound of indentation (from right or left) for the tags.
504+
// This is the amount of indentation (from right or left) for the tags.
505505
//
506506
TagIndent: "0.8em",
507507

unpacked/extensions/a11y/mathjax-sre.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)