Skip to content

Commit 05b8a44

Browse files
Tiny typo fix in Part 3
1 parent 753cedd commit 05b8a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hello_nextflow/03_hello_workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ This time the third step was only called once!
521521
Looking at the output of the `view()` statements, we see the following:
522522

523523
- Three `Before collect:` statements, one for each greeting: at that point the file paths are individual items in the channel.
524-
- A single `After collect:` statement: the three file paths are now packaged into a singl element.
524+
- A single `After collect:` statement: the three file paths are now packaged into a single element.
525525

526526
Have a look at the contents of the final output file too:
527527

0 commit comments

Comments
 (0)