Skip to content

Commit

Permalink
Merge pull request #50 from common-workflow-language/typo_fix
Browse files Browse the repository at this point in the history
Fix typo: preceeding -> preceding
  • Loading branch information
tetron authored Oct 7, 2020
2 parents 01f5cbf + a43669f commit 993e407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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**,
Expand Down

0 comments on commit 993e407

Please sign in to comment.