From b759c984b971645020bf2e5a49b66a808052f8be Mon Sep 17 00:00:00 2001 From: Joel Bryant Date: Thu, 8 Nov 2018 23:43:09 -0500 Subject: [PATCH] Fixed update (#24840) --- guide/english/bash/bash-cd/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bash/bash-cd/index.md b/guide/english/bash/bash-cd/index.md index 7b37acfd99..b6d5c35f35 100644 --- a/guide/english/bash/bash-cd/index.md +++ b/guide/english/bash/bash-cd/index.md @@ -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`