From 47a7345167b78f824c80e41f9f8e2bf9df53d654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 22 Dec 2022 20:35:52 +0300 Subject: [PATCH] style(readme): update README.md about the styling of footer field --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f16fe828dc..76ec8d9149 100644 --- a/README.md +++ b/README.md @@ -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