From 481266e8c24b3a20aab88288d670d4c60b9dce5e Mon Sep 17 00:00:00 2001 From: nweke chinonso <48686617+nwekechinonso@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:52:58 +0100 Subject: [PATCH] Update day38.md corrected a typing error --- Days/day38.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day38.md b/Days/day38.md index 3002f53..49c43df 100644 --- a/Days/day38.md +++ b/Days/day38.md @@ -52,7 +52,7 @@ When nano opens you can then add your short and long description and then save t ### Committing Best Practices -There is a balance here between when to commit and commit often. We do not want to be waiting to be finished the project before committing, each commit should be meaningful and they also should not be coupled with non-relevant tasks with each other. If you have a bug fix and a typo make sure they are two separate commits as a best practice. +There is a balance here between when to commit and commit often. We don't want to wait to the end of the project before committing, each commit should be meaningful and they also should not be coupled with non-relevant tasks with each other. If you have a bug fix and a typo make sure they are two separate commits as a best practice. Make the commit message mean something.