Skip to content

Commit 10dfc17

Browse files
authored
Merge pull request #108 from jrcunning/patch-1
fix typo
2 parents 3dd40c2 + a77dfa4 commit 10dfc17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/05-writing-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keypoints:
1515

1616
## Writing files
1717

18-
We've been able to do a lot of work with files that already exist, but what if we want to write our own files. We're not going to type in a FASTA file, but we'll see as we go through other tutorials, there area lot of reasons we'll want to write a file, or edit an existing file.
18+
We've been able to do a lot of work with files that already exist, but what if we want to write our own files. We're not going to type in a FASTA file, but we'll see as we go through other tutorials, there are a lot of reasons we'll want to write a file, or edit an existing file.
1919

2020
To add text to files, we're going to use a text editor called Nano. We're going to create a file to take notes about what we've been doing with the data files in `~/dc_sample_data/untrimmed_fastq`.
2121

0 commit comments

Comments
 (0)