From 76c1f16e4c230fb8cca5fc20918eb7ff989d4643 Mon Sep 17 00:00:00 2001
From: "ndomassi.tando_ird.fr" <ndomassi.tando@ird.fr>
Date: Mon, 25 Nov 2024 13:54:46 +0000
Subject: [PATCH] modification du nom du repertoire ligne 234

---
 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 7edbcb8..11f0bbc 100644
--- a/docs/pages/bash/bash-3-navigating.md
+++ b/docs/pages/bash/bash-3-navigating.md
@@ -231,7 +231,7 @@ As you type a file or directory name and press Tab, Bash will complete the name
 
 ## A final navigation tip
 
-You are supposed to be in the `data` directory now. Try the command `cd` without any argument. What happens? (check with `pwd`)
+You are supposed to be in the `script` directory now. Try the command `cd` without any argument. What happens? (check with `pwd`)
 
 ??? example "Click to show the solution"
     Right you moved in the `home` directory. This command is even shorter than `cd ~`.
-- 
GitLab