Skip to content

Commit 677fb62

Browse files
authored
Merge pull request #2540 from joaquinelio/patch-9
typo
2 parents 5f875ab + a010fbc commit 677fb62

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)