From 8c714da1a5865fe2fc5bcaef9e5e00042704aff4 Mon Sep 17 00:00:00 2001 From: Aniket Kudale Date: Fri, 3 Aug 2018 23:58:23 +0530 Subject: [PATCH] Corrected minor grammar issue Corrected minor grammar issue --- 1-js/05-data-types/01-primitives-methods/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/01-primitives-methods/article.md b/1-js/05-data-types/01-primitives-methods/article.md index e9075ef0..11253a84 100644 --- a/1-js/05-data-types/01-primitives-methods/article.md +++ b/1-js/05-data-types/01-primitives-methods/article.md @@ -2,7 +2,7 @@ JavaScript allows us to work with primitives (strings, numbers etc) as if they were objects. -They also provide methods to call and such. We will study those soon, but first we'll see how it works, because, of course, primitives are not objects (and here we will make it even more clear). +They also provide methods to call as such. We will study those soon, but first we'll see how it works, because, of course, primitives are not objects (and here we will make it even more clear). Let's look at the key distinction between primitives and objects.