Skip to content

Commit 16819d2

Browse files
sam-githubaddaleax
authored andcommitted
doc: fix "either as either" 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 c18ca15 commit 16819d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/net.md

+1-1
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)