Skip to content

Commit 3bebfd0

Browse files
committed
Typos.
1 parent 3e4178c commit 3bebfd0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

web/typeset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ MathJax keeps track of all the math that it has typeset within your
154154
page. This is so that if you change the output renderer (using the
155155
MathJax contextual menu), it can be changed to use the new format, for
156156
example; or if you change the accessibility settings, say to enable
157-
the expression explorer, all the math can be updated to incldue the
157+
the expression explorer, all the math can be updated to include the
158158
speech strings that it uses. If you modify the page to include new
159159
mathematics and call :meth:`MathJax.typeset()` or
160160
:meth:`MathJax.typesetPromise()`, the newly typeset mathematics will be

web/webpack.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ to install ``webpack`` and its needed libraries. Once this is done,
6666
you should be able to make the components described below. The
6767
building instructions assume you used ``npm`` to aquire MathJax; if
6868
you used ``git``, then you will need to remove
69-
``node_modules/mathjax-full`` from the paths that incldue them.
69+
``node_modules/mathjax-full`` from the paths that include them.
7070

7171
-----
7272

@@ -625,8 +625,6 @@ the following:
625625
// The user's configuration object
626626
//
627627
const CONFIG = window.MathJax || {};
628-
console.log(CONFIG);
629-
630628
631629
//
632630
// The global MathJax object

0 commit comments

Comments
 (0)