Skip to content

Commit 993e407

Browse files
authored
Merge pull request #50 from common-workflow-language/typo_fix
Fix typo: preceeding -> preceding
2 parents 01f5cbf + a43669f commit 993e407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ $graph:
654654
those steps. When a step produces output that will be consumed by a
655655
second step, the first step is a dependency of the second step.
656656
657-
When there is a dependency, the workflow engine must execute the preceeding
657+
When there is a dependency, the workflow engine must execute the preceding
658658
step and wait for it to successfully produce output before executing the
659659
dependent step. If two steps are defined in the workflow graph that
660660
are not directly or indirectly dependent, these steps are **independent**,

0 commit comments

Comments
 (0)