From 7811a4fb79406e2efc1dcdff8866a2aed0735055 Mon Sep 17 00:00:00 2001 From: ssdml Date: Mon, 27 Aug 2018 00:07:18 +0300 Subject: [PATCH] Update article.md A typo fix. Change "absense" to "absence". --- 1-js/03-code-quality/03-comments/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/03-comments/article.md b/1-js/03-code-quality/03-comments/article.md index 744751cc..930ff929 100644 --- a/1-js/03-code-quality/03-comments/article.md +++ b/1-js/03-code-quality/03-comments/article.md @@ -162,7 +162,7 @@ Any subtle features of the code? Where they are used? ## Summary -An important sign of a good developer is comments: their presence and even their absense. +An important sign of a good developer is comments: their presence and even their absence. Good comments allow us to maintain the code well, come back to it after a delay and use it more effectively.