Skip to content

Commit f8f402b

Browse files
authored
Merge pull request #1269 from paroche/patch-7
Update article.md
2 parents dc9bcd7 + d3b5889 commit f8f402b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/03-closure/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Hopefully, the situation with outer variables is clear now. For most situations
313313

314314
## Environments in detail
315315

316-
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.
316+
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.
317317

318318
Please note the additional `[[Environment]]` property is covered here. We didn't mention it before for simplicity.
319319

0 commit comments

Comments
 (0)