Skip to content

Commit 7b644d2

Browse files
committed
Fix typos
1 parent ccaa214 commit 7b644d2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

basic/a11y-extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ to know how an expression should be pronounced.
7676
The `Speech` sub-menu includes an option for `Auto Voicing` the
7777
expression as it is navigated. When this is selected, the expression
7878
will be read by the browser's speech synthesis API, rather than a
79-
screen reader, and the terms will be highlightes as they are read.
79+
screen reader, and the terms will be highlights as they are read.
8080
This is useful, for example, for dyslexic users who benefit from the
8181
synchronized highlighting.
8282

options/document.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Option Descriptions
217217
output into the document.
218218

219219
You can add your own actions by adding new named actions to the
220-
``renderActions`` object, or override existing ones by re-using an
220+
``renderActions`` object, or override existing ones by reusing an
221221
existing name from above. See the :ref:`mathml-output` section for
222222
an example of doing this. The priority number tells where in the
223223
list your actions will be performed.

web/hosting.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ In version 3, there was only one font (``mathjax-tex``) and it was
213213
bundled with MathJax itself, so there when you installed MathJax, you
214214
also git that font. That is no longer the case with version 4, since
215215
there is a choice of fonts, and they are made available in separate
216-
pacakges. Installing MathJax via ``npm`` or ``pnpm`` will get you the
216+
packages. Installing MathJax via ``npm`` or ``pnpm`` will get you the
217217
default ``mathjax-mnewcm`` font, but if you plan to use a different
218218
font and have that served from your server, you will need to load its
219219
font package as well. E.g.,
@@ -229,7 +229,7 @@ directory to a suitable location on your server, as you have the
229229
MathJax files themselves.
230230

231231
In order to use the font you have loaded, you will need to configure
232-
MathJax to tell it the font you need, and where the font fils are
232+
MathJax to tell it the font you need, and where the font files are
233233
located on your server. For example:
234234

235235
.. code-block:: js
@@ -387,8 +387,8 @@ and configure your page like
387387
</html>
388388

389389
then you should be able to load this file using a ``file://`` URL and
390-
have MathJax served from the local pyhton server without the need for
391-
any access to the internet.
390+
have MathJax served from the local server without the need for any
391+
access to the internet.
392392

393393

394394
|-----|

0 commit comments

Comments
 (0)