summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLtrlg <ltrlg.wp@gmail.com>2016-09-16 12:24:24 +0200
committerLuigi Pinca <luigipinca@gmail.com>2016-09-19 12:37:47 +0200
commit4e76bffc0c7076a5901179e70c7b8a8f9fcd22e4 (patch)
tree94a9dd0f60e9262589477c8d460a9a1797259e55 /doc
parent8699ecd3400259be3e2c1b373f5de34a7fb43128 (diff)
downloadandroid-node-v8-4e76bffc0c7076a5901179e70c7b8a8f9fcd22e4.tar.gz
android-node-v8-4e76bffc0c7076a5901179e70c7b8a8f9fcd22e4.tar.bz2
android-node-v8-4e76bffc0c7076a5901179e70c7b8a8f9fcd22e4.zip
doc: fix broken link in timers doc
PR-URL: https://github.com/nodejs/node/pull/8562 Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/timers.md2
1 files changed, 1 insertions, 1 deletions
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