Skip to content

Commit 29db3c5

Browse files
authored
Fix minor error in instructions in Hello Channels (#607)
This does not happen in the workflow block
1 parent b462136 commit 29db3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hello_nextflow/02_hello_channels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ We just have to load more values into the channel.
190190

191191
#### 2.1.1. Add more greetings
192192

193-
In the workflow block, make the following code change:
193+
Before the workflow block, make the following code change:
194194

195195
=== "After"
196196

@@ -644,7 +644,7 @@ To get started, we're going to need to make two key changes to the script:
644644
Remember the `params.greeting` parameter we set up in Part 1?
645645
We're going to update it to point to the CSV file containing our greetings.
646646

647-
In the workflow block, make the following code change:
647+
Before the workflow block, make the following code change:
648648

649649
=== "After"
650650

0 commit comments

Comments
 (0)