We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753cedd commit 05b8a44Copy full SHA for 05b8a44
docs/hello_nextflow/03_hello_workflow.md
@@ -521,7 +521,7 @@ This time the third step was only called once!
521
Looking at the output of the `view()` statements, we see the following:
522
523
- 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.
+- A single `After collect:` statement: the three file paths are now packaged into a single element.
525
526
Have a look at the contents of the final output file too:
527
0 commit comments