Skip to content

Commit 0366d2d

Browse files
authored
Merge pull request #138 from AdrienneCanino/AdrienneCanino-issue130-fix
Update 02-navigating-the-filesystem.md
2 parents c76410a + 0ba5102 commit 0366d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-navigating-the-filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ pwd
3939
{: .output}
4040

4141
The output will be a path to your home directory. Let's check if we recognise it
42-
by listing the contents of the directory. To do that, we use the `ls` command:
42+
by looking at the contents of the directory. To do that, we use the `ls` command. This stands for "list" and the result is a print out of all the contents in the directory:
4343

4444
~~~
4545
$ ls

0 commit comments

Comments
 (0)