Skip to content

Commit

Permalink
doc: fix "either as either" typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sam-github authored and addaleax committed Nov 22, 2016
1 parent c18ca15 commit 16819d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ added: v0.1.90
-->

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

### socket.connecting
<!-- YAML
Expand Down

0 comments on commit 16819d2

Please sign in to comment.