Skip to content

Commit 7148b2d

Browse files
authored
chore(docs): fix some typos (#1149)
* docs(configuration): fix typo in git.md * docs(configuration): fix typo in bump.md * chore: fix typo in the comment
1 parent e981e1d commit 7148b2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

git-cliff-core/src/changelog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ impl<'a> Changelog<'a> {
317317
/// requests. The following are fetched from the GitLab REST API:
318318
///
319319
/// - Commits
320-
/// - Marge requests
320+
/// - Merge requests
321321
///
322322
/// Each of these are paginated requests so they are being run in parallel
323323
/// for speedup.

website/docs/configuration/bump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When set, the version will be set to this value if no tags are found.
3838

3939
Configures additional commit types that should increment the major or minor accordingly.
4040

41-
They should be used rarely, only in the case you have a spacial case for incrementing versions.
41+
They should be used rarely, only in the case you have a special case for incrementing versions.
4242

4343
Expects a valid regex pattern.
4444

website/docs/configuration/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Examples:
199199
- `author.email`
200200
- `committer.email`
201201
- `committer.name`
202-
- `body` is a special field which contains the body of a convetional commit, if applicable.
202+
- `body` is a special field which contains the body of a conventional commit, if applicable.
203203
- Be aware that all fields are converted to JSON strings before they are parsed by the given regex, especially when dealing with arrays.
204204

205205
### protect_breaking_commits

0 commit comments

Comments
 (0)