diff --git a/docs/pages/bash/bash-3-navigating.md b/docs/pages/bash/bash-3-navigating.md
index 0dc017f0ee56848b6df25278818efb425e6debc8..7edbcb864994987032098ac940955745bf158e9f 100644
--- a/docs/pages/bash/bash-3-navigating.md
+++ b/docs/pages/bash/bash-3-navigating.md
@@ -218,7 +218,7 @@ We are now in the `script` directory.
 
 ## Autocompletion
 
-It exist a wonderful behavior in Bash called the autocompletion. What it is? 
+It exists a wonderful behavior in Bash called the autocompletion. What it is? 
 Autocompletion refers to a feature that allows you to automatically complete the names of commands and **file paths** by pressing the Tab key. This feature can significantly improve efficiency and reduce the need to type out long or complex names manually.
 
 Bash can complete file paths based on what exists in the current directory or any specified path.