From d313912438a7bef8deaeb3f45101de3117141726 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Wed, 20 Mar 2024 13:37:52 +0100 Subject: [PATCH] docs(docs/Guidelines.md): Fix typo in commit message style section --- docs/Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Guidelines.md b/docs/Guidelines.md index 80955b52b..18122abe9 100644 --- a/docs/Guidelines.md +++ b/docs/Guidelines.md @@ -36,4 +36,4 @@ type(scope): Description - required: every commit message has to start with a lowercase `type`. The project has defined a set of [valid types](../.commitlintrc.js#L6). - optional: the `scope` is typically the affected module. If multiple modules are affected by the commit, skip it or define a meaningful abstract scope. -- required: the `description` has to follow the Sentence Case style. Only the first word and proper nonce are written in uppercase. +- required: the `description` has to follow the Sentence Case style. Only the first word and proper nouns are written in uppercase.