diff --git a/.githooks/pre-commit b/.githooks/pre-commit
index 2757b67b63795d58868d769f8b03ad967544fa8b..dcb3f4597c556fda61431879b102f78e447887d9 100755
--- a/.githooks/pre-commit
+++ b/.githooks/pre-commit
@@ -20,7 +20,7 @@ else
     echo -e "$BLUE$FINDING_MISSING_KEYS$NC"
     if [ $FINDING_MISSING_KEYS -ne 0 ]; then
         echo -e "${RED}You must to complete all i18n keys used in pages${NC}"
-        git st i18n/locales/*.json
+        git status i18n/locales/*.json
         exit $FINDING_MISSING_KEYS
     fi
 fi