From eb297d3b8f79e2e9548494f5db11c20564472058 Mon Sep 17 00:00:00 2001 From: Cristi Cismas Date: Fri, 4 Oct 2019 15:10:46 +0300 Subject: [PATCH] Update cd.md to look better --- docs/commands/cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/cd.md b/docs/commands/cd.md index a227865981..377733ba8f 100644 --- a/docs/commands/cd.md +++ b/docs/commands/cd.md @@ -1,6 +1,6 @@ # cd -If you don't know about it already, the `cd` command is very simple. It stands for 'change directory' and it does exactly that. It changes the current directory that you are in to the one specified. If no directory is specified, it takes you to the home directory. Additionally, `..` takes you to the parent directory +If you didn't already know, the `cd` command is very simple. It stands for 'change directory' and it does exactly that. It changes the current directory to the one specified. If no directory is specified, it takes you to the home directory. Additionally, using `cd ..` takes you to the parent directory. ## Examples -