Skip to content

Commit

Permalink
Merge pull request #446 from nextflow-io/correct_before
Browse files Browse the repository at this point in the history
Update 02_hello_world.md to correct a 'before' string
  • Loading branch information
pinin4fjords authored Nov 13, 2024
2 parents 8dc6714 + d59d84b commit 0b7a7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hello_nextflow/02_hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ _Before:_
/*
* Pipeline parameters
*/
params.greeting = "Bonjour le monde!"
params.greeting = "Holà mundo!"
```

_After:_
Expand Down

0 comments on commit 0b7a7b3

Please sign in to comment.