Skip to content

Commit 9bc5ac5

Browse files
authored
Merge pull request #1057 from fiveop/phrase_structure_of
A few corrections to episode 4
2 parents 995bc31 + e173d96 commit 9bc5ac5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

episodes/04-changes.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ You should be in the `recipes` directory.
2727
$ cd ~/Desktop/recipes
2828
```
2929

30-
Let's create a file called `guacamole.md` that contains the basic structure to
31-
have a recipe.
30+
Let's create a file called `guacamole.md` that contains the basic structure of a recipe.
3231
We'll use `nano` to edit the file;
3332
you can use whatever editor you like.
34-
In particular, this does not have to be the `core.editor` you set globally earlier. But remember, the steps to create create or edit a new file will depend on the editor you choose (it might not be nano). For a refresher on text editors, check out ["Which Editor?"](https://swcarpentry.github.io/shell-novice/03-create.html#which-editor) in [The Unix Shell](https://swcarpentry.github.io/shell-novice/) lesson.
33+
In particular, this does not have to be the `core.editor` you set globally earlier. But remember, the steps to create or edit a new file will depend on the editor you choose (it might not be nano). For a refresher on text editors, check out ["Which Editor?"](https://swcarpentry.github.io/shell-novice/03-create.html#which-editor) in [The Unix Shell](https://swcarpentry.github.io/shell-novice/) lesson.
3534

3635
```bash
3736
$ nano guacamole.md

0 commit comments

Comments
 (0)