Skip to content

Commit

Permalink
chore: fixed a small typo in CONTRIBUTING.md (vuejs#6517)
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored and ztlevi committed Feb 14, 2018
1 parent 43b4a85 commit 427e942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 427e942

Please sign in to comment.