From 38943e8bac1d9535118121a4fea1821f85b93566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 25 Jan 2023 19:42:34 +0300 Subject: [PATCH] docs(readme): fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ee2f6dff3..fdafb38dac 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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