diff --git a/src/user-guide/interventions/index.rst b/src/user-guide/interventions/index.rst index 896582cd8e5..14a715d5fdf 100644 --- a/src/user-guide/interventions/index.rst +++ b/src/user-guide/interventions/index.rst @@ -20,12 +20,12 @@ You can perform these interventions in multiple ways: The Cylc web app (GUI) can be launched with the ``cylc gui`` command. Some sites provide a central deployment for you where you log in via the - web browser rather than launching it youself. + web browser rather than launching it yourself. .. tab-item:: With the Tui :sync: tui - Cylc Tui is an interactive in-terminal application, kinda like a minimal + Cylc Tui is an interactive in-terminal application, like a minimal version of the GUI. Start it with the ``cylc tui`` command. Launch it with the ``cylc tui`` command. @@ -189,7 +189,7 @@ You can also :ref:`set task prerequisites Should I set task outputs or prerequisites? * If you set a task's outputs, then tasks downstream of it may start to run. -* If you set a task's prerequisites, this will not happen. +* If you set a task's prerequisites, the task itself may start to run. .. _interventions.set-task-prerequisites: @@ -254,7 +254,7 @@ You can also :ref:`set task outputs `. Should I set task outputs or prerequisites? * If you set a task's outputs, then tasks downstream of it may start to run. -* If you set a task's prerequisites, this will not happen. +* If you set a task's prerequisites, the task itself may start to run. Set a Switch Task @@ -354,7 +354,7 @@ Edit a Task's Configuration and Re-Run It .. note:: - Any changes you make, apply only to this one instance of the task, not + Any changes you make apply only to this one instance of the task, not to any future instances. To change future instances, either use "broadcast" or see