diff --git a/docs/pages/bash/bash-extracting_from_files.md b/docs/pages/bash/bash-extracting_from_files.md
index 06c98d2a6390c22b39b5071b91da43e8586418b8..c4c5a9de35b746513f2a9bda286bb149048f393d 100644
--- a/docs/pages/bash/bash-extracting_from_files.md
+++ b/docs/pages/bash/bash-extracting_from_files.md
@@ -165,7 +165,7 @@ The `cut` command allows to cut a line at a specific character and extract a sel
 
 The `uniq` command can be used to remove the redundancy. But result need to be sorted to make it work properly/
 
-!!! question "Using `uniq`, could you now find a way to filter the redundancy by keeping only the names"
+!!! question "Using `uniq`, could you now find a way to filter the redundancy by keeping only the names?"
 
 ??? example "Click to show the solution"  
     ```bash