Skip to content

Commit 186c10e

Browse files
authored
Merge pull request #1031 from novica/issue-1027
fix: resolves #1027
2 parents 98cd1a3 + cf47bcc commit 186c10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: episodes/04-changes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Let's create a file called `guacamole.md` that contains the basic structure to
3131
have a recipe.
3232
We'll use `nano` to edit the file;
3333
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 bash command 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.
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.
3535

3636
```bash
3737
$ nano guacamole.md
@@ -45,7 +45,7 @@ Type the text below into the `guacamole.md` file:
4545
## Instructions
4646
```
4747

48-
Let's first verify that the file was properly created by running the list command (`ls`):
48+
Save the file and exit your editor. Next, let’s verify that the file was properly created by running the list command (`ls`):
4949

5050
```bash
5151
$ ls

0 commit comments

Comments
 (0)