Skip to content

Commit 2f6101e

Browse files
LtrlgFishrock123
authored andcommitted
doc: fix broken link in timers doc
PR-URL: #8562 Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
1 parent ba88f5b commit 2f6101e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/timers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ actions.
1919
## Class: Timeout
2020

2121
This object is created internally and is returned from [`setTimeout()`][] and
22-
[`setInterval()`][]. It can be passed to [`clearTimeout`][] or
22+
[`setInterval()`][]. It can be passed to [`clearTimeout()`][] or
2323
[`clearInterval()`][] (respectively) in order to cancel the scheduled actions.
2424

2525
By default, when a timer is scheduled using either [`setTimeout()`][] or

0 commit comments

Comments
 (0)