Skip to content

Commit 5f558cc

Browse files
author
Joshua Vogel
authored
"our" was spelled "out" (#858)
1 parent ae52407 commit 5f558cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/docs/side_quests/working_with_files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ You see the various file attributes printed to the console above.
279279
### 1.4. Feed the file to a process
280280

281281
The difference between strings and Path objects becomes critical when you start building actual workflows with processes.
282-
So far we've verified that Nextflow is now treating out input file as a file, but let's see if we can actually run something on that file in a process.
282+
So far we've verified that Nextflow is now treating our input file as a file, but let's see if we can actually run something on that file in a process.
283283

284284
#### 1.4.1. Import the process and examine the code
285285

0 commit comments

Comments
 (0)