Skip to content

Commit ee14038

Browse files
yarikopticLee-W
authored andcommitted
docs: fix a few typos in CHANGELOG.md and .pre-commit-hooks.yaml
Signed-off-by: Yaroslav Halchenko <[email protected]>
1 parent c18c6a6 commit ee14038

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-hooks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- id: commitizen
22
name: commitizen check
33
description: >
4-
Check whether the current commit message follows commiting rules. Allow
4+
Check whether the current commit message follows committing rules. Allow
55
empty commit messages by default, because they typically indicate to Git
66
that the commit should be aborted.
77
entry: cz check

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784

785785
### Fix
786786

787-
- **check**: filter out comment messege when checking
787+
- **check**: filter out comment message when checking
788788

789789
## v2.20.2 (2021-12-14)
790790

@@ -1035,7 +1035,7 @@
10351035

10361036
### Fix
10371037

1038-
- prevent prerelase from creating a bump when there are no commits
1038+
- prevent prerelease from creating a bump when there are no commits
10391039

10401040
## v2.8.0 (2020-11-15)
10411041

@@ -1522,7 +1522,7 @@
15221522

15231523
- new config system where each config type has its own class
15241524
- **config**: add type annotation to config property
1525-
- **config**: fix wrongly type annoated functions
1525+
- **config**: fix wrongly type annotated functions
15261526
- **config/ini_config**: move deprecation warning into class initialization
15271527
- **config**: use add_path instead of directly assigning _path
15281528
- **all**: replace all the _settings invoke with settings.update

0 commit comments

Comments
 (0)