From 46fd27a9426c646052857f029b2236b87fe9065f Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sat, 1 Apr 2017 17:30:33 +0300 Subject: [PATCH] minor --- 1-js/04-object-basics/06-constructor-new/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/04-object-basics/06-constructor-new/article.md b/1-js/04-object-basics/06-constructor-new/article.md index 07a505d0..8e1c35ab 100644 --- a/1-js/04-object-basics/06-constructor-new/article.md +++ b/1-js/04-object-basics/06-constructor-new/article.md @@ -215,5 +215,5 @@ JavaScript provides constructor functions for many built-in language objects: li ```smart header="Objects, we'll be back!" In this chapter we only cover the basics about objects. They are essential for learning more about data types and functions in the next chapters. -After the learn that, in the chapter we return to objects and cover them in-depth, including inheritance and classes. +After we learn that, in the chapter we return to objects and cover them in-depth, including inheritance and classes. ```