Skip to content

Commit 6bae2e2

Browse files
authored
Merge pull request #353 from christianp/christianp-typo-2025-08-05
Fix some typos
2 parents 1e1f881 + f3c21aa commit 6bae2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/direct.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Most of the examples also load a number of TeX extensions:
137137
import '@mathjax/src/js/input/tex/base/BaseConfiguration.js';
138138
import '@mathjax/src/js/input/tex/ams/AmsConfiguration.js';
139139
import '@mathjax/src/js/input/tex/newcommand/NewcommandConfiguration.js';
140-
import '@mathjax/src/js/input/tex/noundefined/NoundefinedConfiguration.js';
140+
import '@mathjax/src/js/input/tex/noundefined/NoUndefinedConfiguration.js';
141141
142142
Here, we load the `base`, :ref:`tex-ams`, :ref:`tex-newcommand`, and
143143
:ref:`tex-noundefined` extensions. The names of these packages are

upgrading/whats-new-4.0/accessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ MathJax Scoped NPM Packages
5454

5555
With version 4, MathJax has moved to scoped packages for the source
5656
and font npm packages. The ``mathjax-full`` package is now
57-
``@mathjax/scr``, and the font packages are
57+
``@mathjax/src``, and the font packages are
5858
``@mathjax/mathjax-stix2-font``, ``@mathjax/mathjax-fira-font``, and
5959
so on. Future extensions and other packages will be in the
6060
``@mathjax`` scope as well. The only exception is that the

0 commit comments

Comments
 (0)