From 16819d29b05cf7422b7250e740dac2ceadb73df4 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 17 Nov 2016 13:01:39 -0800 Subject: [PATCH] doc: fix "either as either" 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/net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/net.md b/doc/api/net.md index 394e6fb86ea1e6..4928f1ff811ffc 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -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