diff --git a/fugit.sh b/fugit.sh
index 54576e4e09f763e1f8066771968225c2e05b91ec..69638fc9587de2f2077e843d9667dd83abbdedbe 100755
--- a/fugit.sh
+++ b/fugit.sh
@@ -30,7 +30,7 @@ case ${FU_RUN:-0} in
         run_cmd="python3 main.py"
         ;;
     2)
-        run_cmd="node main.js" # i hope this is correct, we will see when the sheet are finalised.
+        run_cmd="node main.js" # I hope this is correct, we will see when the sheets are finalised.
         ;;
     *)
         run_cmd="make run"