Skip to content

Commit d9a9dba

Browse files
committed
edit instruction line on mv
1 parent fc0486c commit d9a9dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command-line/introduction/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Do an `ls` to check whether the file has been created. Inside bits, there should
124124

125125
### `mv` or move item
126126

127-
What if you created a file in the wrong place? There's a command for that! Let's move `bobs.txt` to somewhere new. Were you are in the `bits` folder type:
127+
What if you created a file in the wrong place? There's a command for that. Let's move `bobs.txt` to somewhere new. Inside the `bits` folder type:
128128

129129
```bash
130130
$ mv bobs.txt ..

0 commit comments

Comments
 (0)