diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc9f91311..35e9656a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -221,7 +221,7 @@ The `` and `` fields are mandatory, the `()` field is opti ##### Type -Must classify commit to the certain type. Some of he examples of good types to use: +Must classify commit to the certain type. Some of the examples of good types to use: * **build**: Changes that affect the build system or external dependencies * **ci**: Changes to our CI configuration files and scripts @@ -299,4 +299,4 @@ If the commit reverts a previous commit, it should begin with `revert: `, follow The content of the commit message body should contain: - information about the SHA of the commit being reverted in the following format: `This reverts commit `, -- a clear description of the reason for reverting the commit message. \ No newline at end of file +- a clear description of the reason for reverting the commit message.