From a1ce21b1dc7e3b102d9da3cb5022120a380fd867 Mon Sep 17 00:00:00 2001 From: Karl Fogel <kfogel@red-bean.com> Date: Wed, 7 Jun 2023 02:50:26 -0500 Subject: [PATCH] Fix trivial typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39cb6a7..2916257 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ showing just the first line of each commit message, usually prefixed by some metadata on the left. (And the reason for leaving the period off the subject line is thus to save space.) -Think of the commit message is an introduction to the change. A +Think of the commit message as an introduction to the change. A reviewer will read the commit message right before reading the diff itself, so the commit message's purpose is to put the reader in the right frame of mind to understand the code change. The level of -- GitLab