Skip to content

Commit

Permalink
docs(readme): fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 25, 2023
1 parent 98c9e00 commit 38943e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ e.g. `feat(parser): add ability to parse arrays`
#### filter_unconventional
If set to `true`, commits that are not conventional are excluded. This option can be used to generate changelogs with conventional and unconvential commits mixed together. For example:
If set to `true`, commits that are not conventional are excluded. This option can be used to generate changelogs with conventional and unconventional commits mixed together. For example:
```toml
conventional_commits = true
Expand Down Expand Up @@ -800,7 +800,7 @@ For example:

When a conventional commit contains footers, the footers are passed to the template in a `footers` array in the commit object. Each footer is represented by an object with the following fields:

- `token`, the name of the footer (preceeding the separator character)
- `token`, the name of the footer (preceding the separator character)
- `separator`, the footer's separator string (either `: ` or ` #`)
- `value`, the value following the separator character
- `breaking`, which is `true` if this is a `BREAKING CHANGE:` footer, and `false` otherwise
Expand Down

0 comments on commit 38943e8

Please sign in to comment.