Skip to content

Commit

Permalink
style(readme): update README.md about the styling of footer field
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 22, 2022
1 parent 8f77caf commit 47a7345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,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 (preceeding 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 47a7345

Please sign in to comment.