Skip to content

Commit

Permalink
docs(docs/Guidelines.md): Fix typo in commit message style section
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Mar 20, 2024
1 parent 4c4130b commit d313912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d313912

Please sign in to comment.