1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-02 02:11:59 +03:00

docs(website): fix typos in configuration docs (#329)

This commit is contained in:
debghs 2023-10-26 04:21:39 +05:30 committed by GitHub
parent e71e78e4a1
commit d863c9481a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ commit_parsers = [
With the configuration above, lines are parsed as conventional commits and unconventional lines are omitted. 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. a commit being treated as a changelog entry.
### commit_preprocessors ### commit_preprocessors
@ -289,7 +289,7 @@ Examples:
### limit_commits ### 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. `limit_commits` is not part of the default configuration.