From c8acba5cd6094e16120cb2ee4d75f92856baf309 Mon Sep 17 00:00:00 2001 From: Frozen FIsh <76603360+sudongyuer@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:52:37 +0800 Subject: [PATCH] chore: fix typo (#4516) --- lint-commits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-commits.sh b/lint-commits.sh index 793e53fa3..66498ea5b 100644 --- a/lint-commits.sh +++ b/lint-commits.sh @@ -19,6 +19,6 @@ fi # - Covers branch pull requests (when TO=branch) ./tools/node_modules/.bin/commitlint --from="$TRAVIS_BRANCH" --to="$TO" -# Always lint the triggerig commit +# Always lint the triggering commit # - Covers direct commits ./tools/node_modules/.bin/commitlint --from="$TRAVIS_COMMIT"