diff --git a/docs/pages/bash/bash-9-scripting.md b/docs/pages/bash/bash-9-scripting.md
index ba2693ccfc0804460963c5763b0f0a9de4560334..93c9b0b6113fb54a4d020a1e24745329fbd1304e 100644
--- a/docs/pages/bash/bash-9-scripting.md
+++ b/docs/pages/bash/bash-9-scripting.md
@@ -138,4 +138,6 @@ echo $var2
     ```
 
 
+## Increment a variable
+
 !!! question "Write a bash script called `count5.sh` that does the same as previously, and also report the total number of characters contained in all files"
\ No newline at end of file