diff --git a/docs/pages/bash_manip/bash_manip-3-grep.md b/docs/pages/bash_manip/bash_manip-3-grep.md
index 26da175498c99aa62716bb830c2eea14914f33ec..49e3f4aa0d77673c87cb44c7a9dc52472c548274 100644
--- a/docs/pages/bash_manip/bash_manip-3-grep.md
+++ b/docs/pages/bash_manip/bash_manip-3-grep.md
@@ -47,7 +47,7 @@ It has a lot of options but the most common ones are:
     # /!\ not copatible with -c
     ```
 
-!!! question "Select all line related of the year 2001 in `nat2021.csv` file"
+!!! question "Select all line related of the year 2021 in `nat2021.csv` file"
 
 Pay attention that value 2021 may occur in 2 different columns: `annais` (column3) and `nombre` (column4)