From d3b5889e65da1e256777e504c2d70212e146ccf1 Mon Sep 17 00:00:00 2001 From: paroche <46547072+paroche@users.noreply.github.com> Date: Fri, 23 Aug 2019 19:55:06 -0600 Subject: [PATCH] Update article.md --- 1-js/06-advanced-functions/03-closure/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/06-advanced-functions/03-closure/article.md b/1-js/06-advanced-functions/03-closure/article.md index f3268441..a39dfc95 100644 --- a/1-js/06-advanced-functions/03-closure/article.md +++ b/1-js/06-advanced-functions/03-closure/article.md @@ -313,7 +313,7 @@ Hopefully, the situation with outer variables is clear now. For most situations ## Environments in detail -Here's what's going on in the `makeCounter` example step-by-step, follow it to make sure that you know things in the very detail. +Here's what's going on in the `makeCounter` example step-by-step, follow it to make sure that you understand how it works in detail. Please note the additional `[[Environment]]` property is covered here. We didn't mention it before for simplicity.