From d367a0a3ac9465f7e14ca771ea4fbf31a1962047 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Sat, 25 Mar 2017 14:26:11 -0400 Subject: [PATCH] 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 Reviewed-By: Franziska Hinkelmann Reviewed-By: James M Snell --- doc/api/https.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/https.md b/doc/api/https.md index 515a4362effc85..7cbb5fd3429a81 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 -- `msecs` {number} Defaults to 120000 (2 minutes). +- {number} Defaults to 120000 (2 minutes). See [`http.Server#timeout`][].