From d863c9481a7882a1a1ecc59050c2d30b2b9a1728 Mon Sep 17 00:00:00 2001 From: debghs <145260557+debghs@users.noreply.github.com> Date: Thu, 26 Oct 2023 04:21:39 +0530 Subject: [PATCH] docs(website): fix typos in configuration docs (#329) --- website/docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/configuration.md b/website/docs/configuration.md index d0d0d0c65c..540e674153 100644 --- a/website/docs/configuration.md +++ b/website/docs/configuration.md @@ -160,7 +160,7 @@ commit_parsers = [ With the configuration above, lines are parsed as conventional commits and unconventional lines are omitted. -If `filter_unconventional = false`, every line will be processes as an unconventional commit, resulting in each line of +If `filter_unconventional = false`, every line will be processed as an unconventional commit, resulting in each line of a commit being treated as a changelog entry. ### commit_preprocessors @@ -289,7 +289,7 @@ Examples: ### limit_commits -`limit_commits` is a **optional** positive integer number that limits the number of included commits in the generated changelog. +`limit_commits` is an **optional** positive integer number that limits the number of included commits in the generated changelog. `limit_commits` is not part of the default configuration.