Skip to content

Commit a010fbc

Browse files
authored
typo
1 parent d4b3c13 commit a010fbc

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
@@ -146,7 +146,7 @@ Despite being simple, slightly modified variants of that code have practical use
146146

147147
How does this work? If we create multiple counters, will they be independent? What's going on with the variables here?
148148

149-
Undestanding such things is great for the overall knowledge of JavaScript and beneficial for more complex scenarios. So let's go a bit in-depth.
149+
Understanding such things is great for the overall knowledge of JavaScript and beneficial for more complex scenarios. So let's go a bit in-depth.
150150

151151
## Lexical Environment
152152

0 commit comments

Comments
 (0)