diff --git a/1-js/03-code-quality/03-comments/article.md b/1-js/03-code-quality/03-comments/article.md index 2683f139..082e9889 100644 --- a/1-js/03-code-quality/03-comments/article.md +++ b/1-js/03-code-quality/03-comments/article.md @@ -158,7 +158,7 @@ Why is the task solved this way? Comments that explain the solution are very important. They help to continue development the right way. Any subtle features of the code? Where they are used? -: If the code has anything subtle and counter-obvious, it's definitely worth commenting. +: If the code has anything subtle and counter-intuitive, it's definitely worth commenting. ## Summary