From 7f89d1586a427fc0e4f700d42de33a0be95f80b7 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 11 Oct 2023 12:20:11 +0200 Subject: [PATCH] Fix typo in great commits article --- content/posts/great-commits.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/posts/great-commits.md b/content/posts/great-commits.md index 82c8a20..58c5fdd 100644 --- a/content/posts/great-commits.md +++ b/content/posts/great-commits.md @@ -47,7 +47,8 @@ added that commit, and read it's description, which might not even contain that ### Commit isn't just the first line A huge amount of people are used to committing changes with a simple `git commit -m "My message"`, and while this is -enough and it's perfectly in many cases, sometimes you just need more space to describe what a change truly achieves. +enough and it's perfectly fine in many cases, sometimes you just need more space to describe what a change truly +achieves. Surprisingly, many people don't even know that they can make a commit that has more in it's message than just the title/first line, which then leads to poorly documented changes, because single line sometimes simply isn't enough. To