mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-30 02:57:43 +08:00
chore: fixed a small typo in CONTRIBUTING.md (#6517)
This commit is contained in:
parent
230c6ae782
commit
2d75aba5e1
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user