Skip to content

Commit 8d1f520

Browse files
committed
Fix spelling of MathJax
1 parent cc903d9 commit 8d1f520

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

upgrading/earlier/upgrade.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the ``<script>`` tag that loads MathJax, then your site should work
2626
unchanged with version 1.1 of MathJax. You may wish to consider moving to
2727
the new HTML5-compliant method of configuring MathJax, however, which uses
2828
a separate ``<script>`` tag to specify the configuration. That tag should
29-
come **before** the one that loads ``Mathjax.js``, and should have
29+
come **before** the one that loads ``MathJax.js``, and should have
3030
``type="text/x-mathjax-config"`` rather than ``type="text/javascript"``.
3131
For example,
3232

upgrading/earlier/whats-new-2.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Important changes from previous versions
343343
</IfModule>
344344
</FilesMatch>
345345

346-
in the ``.htaccess` file for the ``Mathjax/fonts`` directory if you
346+
in the ``.htaccess` file for the ``MathJax/fonts`` directory if you
347347
are using the Apache web server. See `Notes about shared
348348
installations` for details.
349349

@@ -370,7 +370,7 @@ Important changes from previous versions
370370

371371
* In order to improve stability with IE when MathPlayer is installed,
372372
MathJax now adds the namespace and object bindings that are needed
373-
for MathPlayer at the time that Mathjax is first loaded, rather
373+
for MathPlayer at the time that MathJax is first loaded, rather
374374
than waiting for the `NativeMML` output jax to be loaded. Since
375375
this is before the configuration information has been obtained,
376376
this will happen regardless of whether the `NativeMML` output jax

upgrading/v2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In version 3, synchronization with MathJax is done through ES6
133133
promises, rather than MathJax's queues and signals, and MathJax's
134134
startup process is more straight-forward. You can insert your own
135135
code into the startup process more easily, and can replace the default
136-
startup actions entirely, if you wish. The actions Mathjax
136+
startup actions entirely, if you wish. The actions MathJax
137137
takes during startup are better separated so that you can pick and
138138
choose the ones you want to perform. See the :ref:`startup-actions`
139139
section for more details on how to accomplish this.
@@ -153,7 +153,7 @@ objects, that code will no longer work with version 3, and will have
153153
to be modified. Some of the more important changes are discussed
154154
below.
155155

156-
* The :meth:`Mathjax.Hub.Typeset()` function has been replaced by the
156+
* The :meth:`MathJax.Hub.Typeset()` function has been replaced by the
157157
:meth:`MathJax.typesetPromise()` and :meth:`MathJax.typeset()`
158158
functions. In fact, the :attr:`MathJax.Hub` has been removed
159159
entirely.

web/typeset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ that uses `\require`, or that includes autoloaded extensions), then
3939
an error will be thrown. You can use the ``try/catch`` command to
4040
trap this condition.
4141

42-
The second, :meth:`Mathjax.typesetPromise()`, performs the typesetting
42+
The second, :meth:`MathJax.typesetPromise()`, performs the typesetting
4343
asynchronously, and returns a promise that is resolved when the
4444
typesetting is complete. This properly handles loading of external
4545
files, so if you are expecting to process TeX input that can include

0 commit comments

Comments
 (0)