Skip to content

Commit 0bea228

Browse files
authored
Merge pull request #88 from dudd1ts/patch-1
A typo was fixed
2 parents d45de36 + 0343e7d commit 0bea228

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
@@ -86,7 +86,7 @@ Here's the bigger picture of how `let` variables work:
8686

8787
![lexical environment](lexical-environment-global-2.png)
8888

89-
Rectangles ont the right-hand side demonstrate how the global Lexical Environment changes during the execution:
89+
Rectangles on the right-hand side demonstrate how the global Lexical Environment changes during the execution:
9090

9191
1. When the script starts, the Lexical Environment is empty.
9292
2. The `let phrase` definition appears. Now it initially has no value, so `undefined` is stored.

0 commit comments

Comments
 (0)