Fixed update (#24840)

pull/34268/head
Joel Bryant 2018-11-08 23:43:09 -05:00 committed by Aditya
parent 9bc9c16072
commit b759c984b9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ title: Bash cd
**Change Directory** to the path specified, for example `cd projects`.
There are a few really helpful arguments to aid this:
There are a few really helpful arguments to help with this:
- `.` refers to the current directory, such as `./projects`
- `..` can be used to move up one folder, use `cd ..`, and can be combined to move up multiple levels `../../my_folder`