From 2d75aba5e1a3f25aa30f90f95e603ba424cf1730 Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Tue, 5 Sep 2017 20:32:03 +0530 Subject: [PATCH] chore: fixed a small typo in CONTRIBUTING.md (#6517) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f903dc0a..4bd77311 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -49,7 +49,7 @@ The `setup` script links two git hooks: - `pre-commit`: runs ESLint on staged files. - `commit-msg`: validates commit message format (see below). -### Commiting Changes +### Committing Changes Commit messages should follow the [commit message convention](./COMMIT_CONVENTION.md) so that changelogs can be automatically generated. If git hooks have been properly linked, commit messages will be automatically validated upon commit. It is recommended to use `npm run commit` instead of `git commit`, which provides an interactive CLI for generating proper commit messages.