From 42e1518c701a63a770d15c750e6b1bd9692e9828 Mon Sep 17 00:00:00 2001 From: samhinton88 Date: Wed, 22 Jun 2022 23:30:54 +0100 Subject: [PATCH] fix: typo in 'navigating your system' --- .../02-navigating-your-system/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-transitioning-to-the-shell/02-navigating-your-system/index.md b/docs/01-transitioning-to-the-shell/02-navigating-your-system/index.md index 24be0676..d2117f49 100644 --- a/docs/01-transitioning-to-the-shell/02-navigating-your-system/index.md +++ b/docs/01-transitioning-to-the-shell/02-navigating-your-system/index.md @@ -7,7 +7,7 @@ Switching from a graphical user interface to the shell can take some getting use This section will introduce the `pwd`, `ls`, `cd`, `pushd` and `popd` commands, as well as the concepts of the "working directory" and "environment variables". We'll also take a bit of a look into how "Paths" work. -If these commands far familiar to you then feel free to jump to the next chapter! Otherwise, let's get started. +If these commands are familiar to you then feel free to jump to the next chapter! Otherwise, let's get started. ## The Working Directory