Skip to content

Commit bb2a259

Browse files
authored
Merge pull request #1465 from hrodward/patch-4
Update article.md
2 parents 5197701 + f2e6a18 commit bb2a259

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To summarize:
100100

101101
### Function Declaration
102102

103-
Till now, we only observed variables. Now enter Function Declarations.
103+
Until now, we only observed variables. Now enter Function Declarations.
104104

105105
**Unlike `let` variables, they are fully initialized not when the execution reaches them, but earlier, when a Lexical Environment is created.**
106106

0 commit comments

Comments
 (0)