@@ -107,7 +107,7 @@ MathJax.Hub.Config({
107
107
// Patterns to remove from before and after math script tags. If you are not
108
108
// using one of the preprocessors (e.g., tex2jax), you need to insert something
109
109
// 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
111
111
// tag usually doesn't add content to the page, if there is a space before and after
112
112
// a MathJax SCRIPT tag, IE will remove the first space. When MathJax inserts
113
113
// the typeset mathematics, this means there will be no space before it and the
@@ -180,7 +180,7 @@ MathJax.Hub.Config({
180
180
// Normally MathJax will perform its starup commands (loading of
181
181
// configuration, styles, jax, and so on) as soon as it can. If you
182
182
// 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,
184
184
// set this to "onload".
185
185
//
186
186
delayStartupUntil : "none" ,
@@ -501,7 +501,7 @@ MathJax.Hub.Config({
501
501
TagSide : "right" ,
502
502
503
503
//
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.
505
505
//
506
506
TagIndent : "0.8em" ,
507
507
0 commit comments