Skip to content

Commit 80b1b6c

Browse files
minor re-wording
1 parent 3f73034 commit 80b1b6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ The ``flow.cylc`` File
1010

1111
Cylc workflows are defined in :cylc:conf:`flow.cylc` files that specify the
1212
tasks to be managed by the Cylc scheduler, the dependencies between them,
13-
and the schedules to run time on.
13+
and the schedules to run them to.
1414

15-
General file syntax is described in the :ref:`File Format Reference
15+
The ``.cylc`` file syntax is described in the :ref:`File Format Reference
1616
<file-format>`.
1717

18-
Legal configuration settings are documented in :ref:`workflow-configuration`.
18+
The configurations you can use are documented in :ref:`workflow-configuration`.
1919

2020
.. _template processors: https://en.wikipedia.org/wiki/Template_processor
2121

@@ -48,7 +48,7 @@ A Cylc :term:`source directory` contains:
4848
the scheduler and job execution environments. It can be used by:
4949

5050
- Tasks
51-
- Custom :ref:`job submission modules <CustomJobSubmissionMethods>`
51+
- Custom :ref:`job runners <CustomJobSubmissionMethods>`
5252
- Custom :ref:`Jinja2 Filters<CustomJinja2Filters>`
5353

5454
Other files and folders may be placed in the :term:`source directory` too:

0 commit comments

Comments
 (0)