From ee14038b3647ea160f16065d39dc80a6c1206e5b Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 21 May 2024 14:15:42 -0400 Subject: [PATCH] docs: fix a few typos in CHANGELOG.md and .pre-commit-hooks.yaml Signed-off-by: Yaroslav Halchenko --- .pre-commit-hooks.yaml | 2 +- CHANGELOG.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 619e58622b..2a3a088484 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b851d3ab12..15bb75490f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) @@ -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