Skip to content

Commit a1e9948

Browse files
committed
Fix some typos reported by the community
1 parent 2544138 commit a1e9948

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

input/tex/extensions/bbm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This extension defines the following commands:
2929
Specifies whether the use the bold or normal versions of the bbm
3030
fonts. If ``name`` is ``bold``, the bold versions are used;
3131
anything else indicates the normal versions. This is a global
32-
setting, whise default is given by the :data:`bbm.bold`` setting
32+
setting, whose default is given by the :data:`bbm.bold`` setting
3333
described :ref:`below <tex-bbm-options>`.
3434

3535
.. raw:: html

web/components/misc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ directly via a ``<script>`` tag, as in
3838

3939
.. code-block:: html
4040

41-
<script defer src="https://cdn.jsdelivr.net/npm/mathjax4/startup.js"></script>
41+
<script defer src="https://cdn.jsdelivr.net/npm/mathjax@4/startup.js"></script>
4242

4343
This is the component that manages the global :js:data:`MathJax` object.
4444
It is responsible for creating the needed objects (like the input and

web/hosting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ and configure your page like
375375
MathJax = {
376376
output: {
377377
font: 'mathjax-stix2',
378-
fontPath: 'http://localhost:3000/mathjax-strix2-font',
378+
fontPath: 'http://localhost:3000/mathjax-stix2-font',
379379
}
380380
};
381381
</script>

0 commit comments

Comments
 (0)