Skip to content

Commit 958b875

Browse files
committed
spelling fix
1 parent 3e80cd4 commit 958b875

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

src/dictionaries/words

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dict
2727
diff
2828
diffs
2929
dir
30-
directories
3130
dirs
3231
durations
3332
env

src/user-guide/installing-workflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ The run directory now looks as follows:
402402

403403
If your workflow needs to create or install scripts or executables at runtime
404404
and you don't want Cylc to delete them on re-installation, you can use
405-
``bin`` and ``lib/python`` directories in the :ref:` workflow share directory <WorkflowShareDirectories>`.
405+
``bin`` and ``lib/python`` directories in the :ref:` workflow share directory <workflow_share_directories>`.
406406

407407

408408
Expected Errors

src/user-guide/writing-workflows/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ documentation, configuration files, etc. When the workflow is :ref:`installed
5959

6060
If your workflow needs to create or install scripts or executables at runtime
6161
and you don't want Cylc to delete them on re-installation, you can use
62-
equivalent directories in the :ref:`WorkflowShareDirectories`.
62+
equivalent directories in the :ref:`workflow_share_directories`.
6363

6464

6565
.. _SyntaxHighlighting:

src/user-guide/writing-workflows/runtime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ exported to subshells:
306306
# relative to the workflow work directory
307307
308308
309-
.. _WorkflowShareDirectories:
309+
.. _workflow_share_directories:
310310

311311
Workflow Share Directories
312312
^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -330,7 +330,7 @@ as it is running, these can be placed in:
330330
.. note::
331331

332332
Cylc will not create these folders.
333-
333+
334334
.. seealso::
335335

336336
:ref:`Top level "bin/" and "lib/python/" directories <WorkflowDefinitionDirectories>`.

0 commit comments

Comments
 (0)