Skip to content

Commit 51fa144

Browse files
committed
Merge pull request BonsaiDen#209 from shaybenmoshe/patch-1
Fixed typo
2 parents 28425f8 + 48e1a64 commit 51fa144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/other/timeouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ refers to the global object.
3333
new Foo();
3434

3535

36-
> **Note:** As `setTimeout` takes a **function object** as its first parameter, an
36+
> **Note:** As `setTimeout` takes a **function object** as its first parameter, a
3737
> common mistake is to use `setTimeout(foo(), 1000)`, which will use the
3838
> **return value** of the call `foo` and **not** `foo`. This is, most of the time,
3939
> a silent error, since when the function returns `undefined` `setTimeout` will

0 commit comments

Comments
 (0)