summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorAhmad Nassri <ahmad@ahmadnassri.com>2017-03-25 14:26:11 -0400
committerJames M Snell <jasnell@gmail.com>2017-03-27 10:31:43 -0700
commitd367a0a3ac9465f7e14ca771ea4fbf31a1962047 (patch)
tree3d2c1ddc40fdfd46de9c0678bb6e7a83f01e492f /doc/api/https.md
parentd4378419616ba9eaea1023be8baef938515c160e (diff)
downloadandroid-node-v8-d367a0a3ac9465f7e14ca771ea4fbf31a1962047.tar.gz
android-node-v8-d367a0a3ac9465f7e14ca771ea4fbf31a1962047.tar.bz2
android-node-v8-d367a0a3ac9465f7e14ca771ea4fbf31a1962047.zip
doc: fix https.timeout docs
`server.timeout` is a property, not a method PR-URL: https://github.com/nodejs/node/pull/12039 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 515a4362ef..7cbb5fd342 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -30,11 +30,11 @@ added: v0.11.2
See [`http.Server#setTimeout()`][].
-### server.timeout([msecs])
+### server.timeout
<!-- YAML
added: v0.11.2
-->
-- `msecs` {number} Defaults to 120000 (2 minutes).
+- {number} Defaults to 120000 (2 minutes).
See [`http.Server#timeout`][].