From 93495f16e505518aec9fa5213ccd4f7c73110066 Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Tue, 5 Sep 2017 20:23:15 +0530 Subject: [PATCH] docs(CONTRIBUTING.md): Fixed a small typo in CONTRIBUTING.md 6515 --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f903dc0a4c4..4bd77311be5 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.