We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3806d commit 09fb7ebCopy full SHA for 09fb7eb
doc/en/function/closures.md
@@ -96,7 +96,7 @@ above.
96
})(i), 1000)
97
}
98
99
-The other popular way to acheive this is to add an additional argument to
+The other popular way to achieve this is to add an additional argument to
100
the setTimeout function, which passes these arguments to the callback.
101
102
for(var i = 0; i < 10; i++) {
0 commit comments