@@ -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.