Skip to content

Commit

Permalink
docs: fix a few typos in CHANGELOG.md and .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Yaroslav Halchenko <[email protected]>
  • Loading branch information
yarikoptic authored and Lee-W committed May 22, 2024
1 parent c18c6a6 commit ee14038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- id: commitizen
name: commitizen check
description: >
Check whether the current commit message follows commiting rules. Allow
Check whether the current commit message follows committing rules. Allow
empty commit messages by default, because they typically indicate to Git
that the commit should be aborted.
entry: cz check
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@

### Fix

- **check**: filter out comment messege when checking
- **check**: filter out comment message when checking

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

Expand Down Expand Up @@ -1035,7 +1035,7 @@

### Fix

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

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

Expand Down Expand Up @@ -1522,7 +1522,7 @@

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

0 comments on commit ee14038

Please sign in to comment.