Skip to content

Commit 16819d2

Browse files
sam-githubaddaleax
authored andcommitted
doc: fix "either as either" typo
PR-URL: #9665 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent c18ca15 commit 16819d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ added: v0.1.90
513513
-->
514514

515515
As [`socket.connect(options[, connectListener])`][`socket.connect(options, connectListener)`],
516-
with options either as either `{port: port, host: host}` or `{path: path}`.
516+
with options as either `{port: port, host: host}` or `{path: path}`.
517517

518518
### socket.connecting
519519
<!-- YAML

0 commit comments

Comments
 (0)