Skip to content

Commit

Permalink
Fix typos and update ignore-words
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Jan 13, 2024
1 parent c08ea76 commit 63189d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install codespell
- run: codespell --ignore-words-list=braket,ket,merrors,merror,multline
- run: codespell --ignore-words-list=braket,ket,merrors,merror,multline,oint
1 change: 1 addition & 0 deletions input/tex/extensions/textmacros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ HTML Commands
-------------

.. list-table::

* - ``\data``
- specify data-* attributes
* - ``\href``
Expand Down
2 changes: 1 addition & 1 deletion options/accessibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ settings:
options: {
menuOptions: {
settings: {
assistiveMml: true, // true to enable assitive MathML
assistiveMml: true, // true to enable assistive MathML
collapsible: false, // true to enable collapsible math
explorer: false // true to enable the expression explorer
}
Expand Down
2 changes: 1 addition & 1 deletion options/input/tex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Option Descriptions
}
};
This loads the :ref:`tex-enclose` extension and acticates it by
This loads the :ref:`tex-enclose` extension and activates it by
including it in the package list.

You can remove packages from the default list using ``'[-]'``
Expand Down
2 changes: 1 addition & 1 deletion web/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In addition, there are examples for:
* :ref:`Configuring MathJax using an external script <local-configuration-file>`
* :ref:`Configuring and loading MathJax using one local file <config-loads-mathjax>`
* :ref:`Synchronizing with MathJax using promises <typeset-async>`
* :ref:`Reseting TeX equation numbering <tex-reset>`
* :ref:`Resetting TeX equation numbering <tex-reset>`
* :ref:`Updating previously typeset content <typeset-clear>`
* :ref:`Looking up the math on the page <get-math-items>`
* :ref:`Loading MathJax only on pages with math <load-for-math>`
Expand Down

0 comments on commit 63189d5

Please sign in to comment.