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 ```