From 1a58a21d2959c25c25ebbf721e89317acb7bb231 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 caaeb434a07aaf..9ef2c90ad40939 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`.