Skip to content

Commit 61e53a0

Browse files
committed
docs: fix a few typos in CHANGELOG.md and .pre-commit-hooks.yaml
Signed-off-by: Yaroslav Halchenko <[email protected]>
1 parent 796a160 commit 61e53a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@
773773

774774
### Fix
775775

776-
- **check**: filter out comment messege when checking
776+
- **check**: filter out comment message when checking
777777

778778
## v2.20.2 (2021-12-14)
779779

@@ -1024,7 +1024,7 @@
10241024

10251025
### Fix
10261026

1027-
- prevent prerelase from creating a bump when there are no commits
1027+
- prevent prerelease from creating a bump when there are no commits
10281028

10291029
## v2.8.0 (2020-11-15)
10301030

@@ -1511,7 +1511,7 @@
15111511

15121512
- new config system where each config type has its own class
15131513
- **config**: add type annotation to config property
1514-
- **config**: fix wrongly type annoated functions
1514+
- **config**: fix wrongly type annotated functions
15151515
- **config/ini_config**: move deprecation warning into class initialization
15161516
- **config**: use add_path instead of directly assigning _path
15171517
- **all**: replace all the _settings invoke with settings.update

0 commit comments

Comments
 (0)