From 934effd2dbeaad59a750f53c3eb4bac4c780501c Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Fri, 30 Jun 2017 12:07:57 +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 0362f1e..258cf5e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ link.addEventListener('click', handleLinkClick); ``` ## Prefixes -Prefixes enhance variables/methods, and serve as a quick indicators of additional meaning behind them. +Prefixes enhance variables or methods, indicating additional meaning behind them. #### `is` Describes certain characteristic or state of the context.