From c18ca1593e4aa5b19df67147ee048b1ba862ed17 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 17 Nov 2016 12:25:52 -0800 Subject: [PATCH] doc: fix tls "the the" typo PR-URL: https://github.com/nodejs/node/pull/9665 Reviewed-By: Roman Reiss Reviewed-By: Michael Dawson Reviewed-By: Myles Borins Reviewed-By: Gibson Fahnestock Reviewed-By: Brian White Reviewed-By: Ben Noordhuis --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index a91012b2521bab..8b0acaa0719d14 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -394,7 +394,7 @@ added: v0.3.2 on any IPv6 address (`::`) when IPv6 is available, or any IPv4 address (`0.0.0.0`) otherwise. * `callback` {Function} A callback function to be invoked when the server has - begun listening the the `port` and `hostname`. + begun listening on the `port` and `hostname`. The `server.listen()` methods instructs the server to begin accepting connections on the specified `port` and `hostname`.