Skip to content

Commit c9760ea

Browse files
committed
chore(validator): fix tiny typos
1 parent ca118a1 commit c9760ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ do
2020
validate "$MESSAGE"
2121
done <<< $COMMITS
2222

23-
echo "All commits succesfully checked"
23+
echo "All commits successfully checked"

git-commit-template

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ type(scope): subject
2222
# kebab-case.
2323

2424
## Subject
25-
# A brief but meaningfull description of the change. Here are some
26-
# recommandation for writing your subject:
25+
# A brief but meaningful description of the change. Here are some
26+
# recommendation for writing your subject:
2727
# - use the imperative, present tense: "change" not "changed" nor "changes"
2828
# - don't capitalize first letter
2929
# - no "." (dot) at the end

0 commit comments

Comments
 (0)