From fd290d85a4c2bfced1a9c1d4107ac9d1cfb12699 Mon Sep 17 00:00:00 2001 From: Ramsay Sewell Date: Fri, 13 Jul 2018 15:49:17 +0100 Subject: [PATCH] Grammar correction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added “a” to sentence. --- .../01-property-descriptors/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/07-object-oriented-programming/01-property-descriptors/article.md b/1-js/07-object-oriented-programming/01-property-descriptors/article.md index 120674a6..932a4f6f 100644 --- a/1-js/07-object-oriented-programming/01-property-descriptors/article.md +++ b/1-js/07-object-oriented-programming/01-property-descriptors/article.md @@ -3,7 +3,7 @@ As we know, objects can store properties. -Till now, a property was a simple "key-value" pair to us. But an object property is actually more complex and tunable thing. +Till now, a property was a simple "key-value" pair to us. But an object property is actually a more complex and tunable thing. ## Property flags