From 124ca346bb22ac0376fe4a65a2bcabe43f878b64 Mon Sep 17 00:00:00 2001
From: "ndomassi.tando_ird.fr" <ndomassi.tando@ird.fr>
Date: Mon, 25 Nov 2024 13:52:48 +0000
Subject: [PATCH] ajout s  a exist ligne 221

---
 docs/pages/bash/bash-3-navigating.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pages/bash/bash-3-navigating.md b/docs/pages/bash/bash-3-navigating.md
index 0dc017f..7edbcb8 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.
-- 
GitLab