From a43669fafaa8d2f9a4dd5eeb612cbb884cec2a83 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Wed, 7 Oct 2020 11:58:51 +0200 Subject: [PATCH] Fix typo: preceeding -> preceding --- Workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workflow.yml b/Workflow.yml index 19efbd26..327a4798 100644 --- a/Workflow.yml +++ b/Workflow.yml @@ -654,7 +654,7 @@ $graph: those steps. When a step produces output that will be consumed by a second step, the first step is a dependency of the second step. - When there is a dependency, the workflow engine must execute the preceeding + When there is a dependency, the workflow engine must execute the preceding step and wait for it to successfully produce output before executing the dependent step. If two steps are defined in the workflow graph that are not directly or indirectly dependent, these steps are **independent**,