diff --git a/docs/pages/bash/bash-3-navigating.md b/docs/pages/bash/bash-3-navigating.md
index 7edbcb864994987032098ac940955745bf158e9f..11f0bbc5963c7476a0b178c4f1b6e92af711006a 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 ~`.