Skip to content

Commit 4a8b58b

Browse files
Updated git pre commit hook
1 parent a9cd17f commit 4a8b58b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/git-hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ $SPELL_STATUS -ne 0 ] || [ $LINT_STATUS -ne 0 ]; then
1616
exit 1
1717
fi
1818

19-
# Regenerate wordclouds, if needed
19+
# Regenerate word clouds, if needed
2020
bash ./scripts/create_wordcloud_precommit.sh
2121

2222
# Stage the regenerated wordcloud files for commit

0 commit comments

Comments
 (0)