Skip to content

Commit 2b045be

Browse files
committed
update create PR docs
1 parent 1d4c7bf commit 2b045be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/content-writing/content-how-tos/create-PR.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

180180
Here is an explanation of how Vale is set up in a PyAnsys project. The ``doc`` directory
181181
contains the ``.vale.ini`` configuration file and the ``styles`` directory.

0 commit comments

Comments
 (0)