mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-01 22:24:42 +03:00
docs(website): fix typos in configuration docs (#329)
This commit is contained in:
parent
e71e78e4a1
commit
d863c9481a
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user