From 46dcac94773bdb53bff87d6622b2754057d65731 Mon Sep 17 00:00:00 2001 From: Ankush Goel Date: Tue, 24 Sep 2024 22:15:08 +0530 Subject: [PATCH] Update CONTRIBUTING.md - small typo fix 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.