From c8133142a23ee0640859f5ab19e299a55ae03318 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Fri, 30 Jun 2017 10:29:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3eb7ea..5f93acf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ const isPaginatable = (a > 10); // "Paginatable" sounds extremely unnatural const postsCount = 5; const shouldDisplayPagination = (postsCount > 10); ``` -* Name should not duplicate the context when the latter is known and when removing the context from name does not decrease the redability: +* Name should not duplicate the context when the latter is known, and when removing the context from the name does not decrease its readability: ```js class MenuItem { /* Method name duplicates the context it is in "...MenuItem..." */