Skip to content

Commit 427e942

Browse files
palashmonztlevi
authored andcommitted
chore: fixed a small typo in CONTRIBUTING.md (vuejs#6517)
1 parent 43b4a85 commit 427e942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The `setup` script links two git hooks:
4949
- `pre-commit`: runs ESLint on staged files.
5050
- `commit-msg`: validates commit message format (see below).
5151

52-
### Commiting Changes
52+
### Committing Changes
5353

5454
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.
5555

0 commit comments

Comments
 (0)