Skip to content

Commit 48e1a64

Browse files
committed
Fixed typo
Change "an common" to "a common".
1 parent 28425f8 commit 48e1a64

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)