diff --git a/docs/html/_sources/config-files.txt b/docs/html/_sources/config-files.txt
index ccc0321a9..3dcf9f930 100644
--- a/docs/html/_sources/config-files.txt
+++ b/docs/html/_sources/config-files.txt
@@ -160,8 +160,8 @@ The ``Accessible`` configuration file
================================================
This configuration file is essentially the same as
-``TeX-AMS-MML_HTMLorMML`` except that it includes configuration that is
-designed for assitive technology, particularly for those with visual
+``TeX-AMS-MML_HTMLorMML`` except that it includes options that are
+designed for assistive technology, particularly for those with visual
challenges. It is equivalent to the following configuration:
.. code-block:: javascript
@@ -178,7 +178,7 @@ challenges. It is equivalent to the following configuration:
errorSettings: { message: ["[Math Error]"] }
});
-This turns off the MathJax contextual Message for Internet Explorer, since
+This turns off the MathJax contextual menu for Internet Explorer, since
it can interfere with some screen readers. It also sets the zoom trigger
to double-click, so that readers can see a larger version of the
mathematics but double-clicking on any equation.
diff --git a/docs/html/_sources/options/HTML-CSS.txt b/docs/html/_sources/options/HTML-CSS.txt
index 6dc40c86a..b350953f8 100644
--- a/docs/html/_sources/options/HTML-CSS.txt
+++ b/docs/html/_sources/options/HTML-CSS.txt
@@ -32,7 +32,7 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts.
.. describe:: minScaleAdjust: 50
- This gives a minimum scale (as a percent) for the scaling used my
+ This gives a minimum scale (as a percent) for the scaling used by
MathJax to match the equation to the surrounding text. This will
prevent MathJax from making the mathematics too small.
@@ -57,7 +57,7 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts.
This is the web-based font to use when none of the fonts listed
above are available on the user's computer. Note that currently
only the `TeX` font is available in a web-based form (they are
- stored in the ``fonts/HTML-CSS`` folder in the MathJax directory.
+ stored in the ``fonts/HTML-CSS`` folder in the MathJax directory).
Set this to ``null`` to disable web fonts.
.. describe:: imageFont: "TeX"
@@ -65,7 +65,7 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts.
This is the font to use for image fallback mode (when none of the
fonts listed above are available and the browser doesn't support
web-fonts via the ``@font-face`` CSS directive). Note that currently
- only the TeX font is available as an image font (they are stores
+ only the TeX font is available as an image font (they are stored
in the ``fonts/HTML-CSS`` directory).
Set this to ``null`` if you want to prevent the use of image fonts
diff --git a/docs/html/_sources/options/MMLorHTML.txt b/docs/html/_sources/options/MMLorHTML.txt
index f61eced30..023de9461 100644
--- a/docs/html/_sources/options/MMLorHTML.txt
+++ b/docs/html/_sources/options/MMLorHTML.txt
@@ -20,7 +20,7 @@ in your :meth:`MathJax.Hub.Config()` call. For example
}
});
-would set the ``prefer`` option so that Opera browser would prefer
+would set the ``prefer`` option so that the Opera browser would prefer
MathML to HTML-CSS output (while leaving the settings for other
browsers unchanged).
diff --git a/docs/html/_sources/options/MathMenu.txt b/docs/html/_sources/options/MathMenu.txt
index 67abacdb5..03ea8e31b 100644
--- a/docs/html/_sources/options/MathMenu.txt
+++ b/docs/html/_sources/options/MathMenu.txt
@@ -35,7 +35,7 @@ would set the ``delay`` option to 600 milliseconds.
.. describe:: showRenderer: true
This controls whether the "Math Renderer" item will be displayed in
- the the "Settings" submenu of the mathematics contextual menu. It
+ the "Settings" submenu of the mathematics contextual menu. It
allows the user to change between the `HTML-CSS` and `NativeMML`
output processors for the mathematics on the page. Set to
``false`` to prevent this menu item from showing.
@@ -43,9 +43,9 @@ would set the ``delay`` option to 600 milliseconds.
.. describe:: showContext: false
This controls whether the "Contextual Menu" item will be displayed
- in the the "Settings" submenu of the mathematics contextual menu.
+ in the "Settings" submenu of the mathematics contextual menu.
It allows the user to decide whether the MathJax menu or the
- browser's default contextual manu will be shown when the context
+ browser's default contextual menu will be shown when the context
menu click occurs over mathematics typeset by MathJax. (The main
reason to allow pass-through to the browser's menu is to gain
access to the MathPlayer contextual menu when the NativeMML output
@@ -56,7 +56,7 @@ would set the ``delay`` option to 600 milliseconds.
.. describe:: showFontMenu: false
This controls whether the "Font Preference" item will be displayed
- in the the "Settings" submenu of the mathematics contextual menu.
+ in the "Settings" submenu of the mathematics contextual menu.
This submenu lets the user select what font to use in the
mathematics produced by the `HTML-CSS` output processor. Note that
changing the selection in the font menu will cause the page to
diff --git a/docs/html/_sources/options/NativeMML.txt b/docs/html/_sources/options/NativeMML.txt
index 478dd63fa..ef2b12e55 100644
--- a/docs/html/_sources/options/NativeMML.txt
+++ b/docs/html/_sources/options/NativeMML.txt
@@ -18,13 +18,13 @@ in your :meth:`MathJax.Hub.Config()` call. For example
}
});
-would set the ``sale`` option to 105 percent.
+would set the ``scale`` option to 105 percent.
.. describe:: scale: 100
The scaling factor (as a percentage) of math with respect to the
surrounding text. Since the `NativeMML` output relies on the
- browser's natiove MathML support, MathJax does not control the
+ browser's native MathML support, MathJax does not control the
font size used in the mathematics. You may need to set this value
to compensate for the size selected by the browser. The user can
also adjust this value using the contextual menu item associated
@@ -49,7 +49,7 @@ would set the ``sale`` option to 105 percent.
There is a separate menu setting for MSIE since the code to handle
that is a bit delicate; if it turns out to have unexpected
- consequences, you can turn it off without turing off other the
+ consequences, you can turn it off without turning off the
menu support in other browsers.
.. describe:: styles: {}
diff --git a/docs/html/_sources/options/TeX.txt b/docs/html/_sources/options/TeX.txt
index 38793247a..19471fff6 100644
--- a/docs/html/_sources/options/TeX.txt
+++ b/docs/html/_sources/options/TeX.txt
@@ -47,7 +47,7 @@ to be defined within the TeX input processor.
This lists macros to define before the TeX input processor begins.
These are name:value pairs where the `name` gives the name of the TeX
macro to be defined, and `value` gives the replacement text for the
- macro. The `value` canbe an array of the form `[value,n]`, where
+ macro. The `value` can be an array of the form `[value,n]`, where
`value` is the replacement text and `n` is the number of parameters
for the macro. Note that since the `value` is a javascript string,
backslashes in the replacement text must be doubled to prevent them
@@ -64,12 +64,12 @@ to be defined within the TeX input processor.
would ask the TeX processor to define two new macros: ``\RR``,
which produces a bold-face "R", and ``\bold{...}``, which takes one
- parameter and set it in the bold-face font.
+ parameter and sets it in the bold-face font.
.. describe:: MAXMACROS: 10000
Because a definition of the form ``\def\x{\x} \x`` would cause MathJax
- to loop infinitely, the `MAXMACROS` constant will limit the nuber of
+ to loop infinitely, the `MAXMACROS` constant will limit the number of
macro substitutions allowed in any expression processed by MathJax.
.. describe:: MAXBUFFER: 5*1024
@@ -78,4 +78,4 @@ to be defined within the TeX input processor.
infinitely, and at the same time stack up lots of a's in MathJax's
equation buffer, the `MAXBUFFER` constant is used to limit the size of
the string being processed by MathJax. It is set to 5KB, which should
- be sufficient for any reasonable equation.
\ No newline at end of file
+ be sufficient for any reasonable equation.
diff --git a/docs/html/_sources/options/hub.txt b/docs/html/_sources/options/hub.txt
index 364a749e2..4c9e4d9c4 100644
--- a/docs/html/_sources/options/hub.txt
+++ b/docs/html/_sources/options/hub.txt
@@ -52,11 +52,11 @@ behavior of MathJax. They are given with their default values.
are not using one of the preprocessors, you need to insert
something extra into your HTML file in order to avoid a bug in
Internet Explorer. IE removes spaces from the DOM that it thinks
- are redundent, and since a ``