From 3e0963ec30206f49641d3e8c83b03c9d6484c6e9 Mon Sep 17 00:00:00 2001 From: Ankush Goel Date: Thu, 26 Sep 2024 15:34:05 +0530 Subject: [PATCH] Update CONTRIBUTING.md - small typo fix (#100) Signed-off-by: Nikolaos Dymitriadis --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.