We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca118a1 commit c9760eaCopy full SHA for c9760ea
check.sh
@@ -20,4 +20,4 @@ do
20
validate "$MESSAGE"
21
done <<< $COMMITS
22
23
-echo "All commits succesfully checked"
+echo "All commits successfully checked"
git-commit-template
@@ -22,8 +22,8 @@ type(scope): subject
# kebab-case.
24
## Subject
25
-# A brief but meaningfull description of the change. Here are some
26
-# recommandation for writing your subject:
+# A brief but meaningful description of the change. Here are some
+# recommendation for writing your subject:
27
# - use the imperative, present tense: "change" not "changed" nor "changes"
28
# - don't capitalize first letter
29
# - no "." (dot) at the end
0 commit comments