diff --git a/docs/pages/bash/bash-3-navigating.md b/docs/pages/bash/bash-3-navigating.md
index c0097fb114c7f90e70a79cdbf9078ac07c74df88..7a268f8963bd9407b21b83a645e55c13c7f7c62d 100644
--- a/docs/pages/bash/bash-3-navigating.md
+++ b/docs/pages/bash/bash-3-navigating.md
@@ -23,7 +23,7 @@ Back to the directory structure... this time we will learn to `navigate between
     To check where we are located we must use the `pwd` command.
 
 !!! tip
-    By default the termnial open in your home. The complete path is `/home/username`.
+    By default the termnial open in your `home`. The complete path is `/home/username`.
 
 !!! question "In unix world, it exists a special character which is a shortcut for your home. Which character is that?"