From 945b65f4953975d7f15da1d7f9edd3c2f38c0374 Mon Sep 17 00:00:00 2001 From: Jogendra Singh <58473917+Joe-Sin7h@users.noreply.github.com> Date: Fri, 15 Jan 2021 23:00:24 +0530 Subject: [PATCH] Update 02-Basic-Commands.md --- docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md b/docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md index 8d2f56b..b417de6 100644 --- a/docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md +++ b/docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md @@ -84,7 +84,7 @@ $ pwd /etc/var/tmp ``` -To return back to origin directoy(say your home directory), use the **`popd`** command +To return back to origin directory(say your home directory), use the **`popd`** command ``` $ popd ```