From 7b5649052a63d371d3ead097dace55cd8c3923dd Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Fri, 26 Aug 2022 16:48:15 +0300 Subject: [PATCH] fixing a typo Signed-off-by: Georgi Georgiev --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c18ff14..91be13d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,7 +117,7 @@ $ git commit --signoff -S -m "Your commit message" ### Sign Off -The sign-off is a simple line at the end of a commit message. All commits needs to be signed. Your signature certifies +The sign-off is a simple line at the end of a commit message. All commits need to be signed. Your signature certifies that you wrote the code or otherwise have the right to contribute the material. First, read the [Developer Certificate of Origin](https://developercertificate.org/) (DCO) to fully understand its terms.