Skip to content

Commit 09fb7eb

Browse files
committed
Typo in closures.md
1 parent ff3806d commit 09fb7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/function/closures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ above.
9696
})(i), 1000)
9797
}
9898

99-
The other popular way to acheive this is to add an additional argument to
99+
The other popular way to achieve this is to add an additional argument to
100100
the setTimeout function, which passes these arguments to the callback.
101101

102102
for(var i = 0; i < 10; i++) {

0 commit comments

Comments
 (0)