From 20d3792bdb9423082318c123412fb2f73f0d9cc6 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 19 Feb 2022 19:56:20 +0000 Subject: [PATCH] Update the Git etiquette post to fix a typo --- orgs/essays/git-etiquette.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgs/essays/git-etiquette.org b/orgs/essays/git-etiquette.org index 9c2430c..8b5961b 100644 --- a/orgs/essays/git-etiquette.org +++ b/orgs/essays/git-etiquette.org @@ -143,7 +143,7 @@ project too. There are seven easy rules that you can follow to rock your commit messages: -1. Separate subject from body with a blank +1. Separate subject from body with a blank line 2. Limit the subject line to 50 characters 3. Capitalize the subject line 4. Do not end the subject line with a period