Skip to content

Commit f2e6a18

Browse files
authored
Update article.md
Use of "till" is informal: https://dictionary.cambridge.org/grammar/british-grammar/until
1 parent 3009d16 commit f2e6a18

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
@@ -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)