From e5266b01999de71c10516470f20b14392e337fe0 Mon Sep 17 00:00:00 2001 From: Garrett Sanderson Date: Thu, 13 Jul 2017 15:46:02 -0700 Subject: [PATCH] fixes typo on refactoring code. (#60) fixes typo distraction to distracting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f858cf..d6decd3 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,7 @@ Having a good guideline for creating commits and sticking to it makes working wi * Always comment and keep them relevant as code changes. Remove commented blocks of code. _Why:_ - > Your code should be as readable as possible, you should get rid of anything distraction. If you refactored a function, don't just comment out the old one, remove it. + > Your code should be as readable as possible, you should get rid of anything distracting. If you refactored a function, don't just comment out the old one, remove it. * Avoid irrelevant or funny comments, logs or naming.