From ec889d943a9e3b31f4aaf4e73e7c4533d920c4e1 Mon Sep 17 00:00:00 2001 From: Ahmed Moussa Date: Fri, 22 Sep 2023 13:16:39 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccf8fab53..fa7d550c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -190,7 +190,7 @@ Use the summary field to provide a succinct description of the change: Just as in the summary, use the imperative, present tense: "fix" not "fixed" nor "fixes". Explain the motivation for the change in the commit message body. This commit message should explain _why_ you are making the change. -You can include a comparison of the previous behavior with the new behavior in order to illustrate the impact of the change. +You can include a comparison of the previous behaviour with the new behaviour to illustrate the impact of the change. #### Commit Message Footer