File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/source/content-writing/content-how-tos Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ To run pre-commit locally:
8282
8383 hooks:
8484 - id: codespell
85- args: ["--ignore-words", "doc/styles/Vocab /ANSYS/accept.txt"]
85+ args: ["--ignore-words", "doc/styles/config/vocabularies /ANSYS/accept.txt"]
8686
8787#. Manually resolve any issues that ``pre-commit `` could not resolve. For more information,
8888 see :ref: `resolve_failing_checks `.
@@ -175,7 +175,7 @@ To run Vale locally:
175175 with ``vale `` followed a space and then the name of the directory.
176176
177177#. To resolve errors and other issues that Vale raises, either edit files or
178- add words or phrases to the ``accept.txt `` file in ``doc\styles\Vocab \ANSYS ``.
178+ add words or phrases to the ``accept.txt `` file in ``doc\styles\config\vocabularies \ANSYS ``.
179179
180180Here is an explanation of how Vale is set up in a PyAnsys project. The ``doc `` directory
181181contains the ``.vale.ini `` configuration file and the ``styles `` directory.
You can’t perform that action at this time.
0 commit comments