Skip to content

Commit 1a58a21

Browse files
sam-githubMylesBorins
authored andcommitted
doc: fix tls "the the" typo
PR-URL: #9665 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 4f205de commit 1a58a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ added: v0.3.2
394394
on any IPv6 address (`::`) when IPv6 is available, or any IPv4 address
395395
(`0.0.0.0`) otherwise.
396396
* `callback` {Function} A callback function to be invoked when the server has
397-
begun listening the the `port` and `hostname`.
397+
begun listening on the `port` and `hostname`.
398398

399399
The `server.listen()` methods instructs the server to begin accepting
400400
connections on the specified `port` and `hostname`.

0 commit comments

Comments
 (0)