From da60f8af1d6e489686a798ddef89b02b3aed8214 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 30 Jul 2021 06:37:28 +0000 Subject: [PATCH] CONTRIBUTING.md: fix another typo Part-of: --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d43845e44..82f7b1976 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ on our wiki. ## Commit messages We follow the standard git commit message format of a summary on the first line -(<=50 characterss for preference, <=72 characters otherwise), followed by a new +(<=50 characters for preference, <=72 characters otherwise), followed by a new line, followed by a detailed commit message. An additional line at the end may link to an issue being fixed by this MR.