diff --git a/doc/api/timers.md b/doc/api/timers.md index b833e06d6e..729a134171 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -19,7 +19,7 @@ actions. ## Class: Timeout This object is created internally and is returned from [`setTimeout()`][] and -[`setInterval()`][]. It can be passed to [`clearTimeout`][] or +[`setInterval()`][]. It can be passed to [`clearTimeout()`][] or [`clearInterval()`][] (respectively) in order to cancel the scheduled actions. By default, when a timer is scheduled using either [`setTimeout()`][] or