Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-06-21 02:46:33 +0300
committerRich Trott <rtrott@gmail.com>2020-06-23 05:29:18 +0300
commitdb52ae8b7f9bc458b3ab47369fc828e273efd0df (patch)
tree6781861cd6b0474897fd159b8270a29027cd5b46 /doc/api/net.md
parenta8904e8eeea3ca513de588424bb99f6a7cdfc598 (diff)
doc: use a single space between sentences
We mostly have a single space between the punctuation that ends a sentence and the start of the next sentence. Change instances with two spaces to one. PR-URL: https://github.com/nodejs/node/pull/33995 Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/net.md')
-rw-r--r--doc/api/net.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index ae275b45d4d..d6fa96b161b 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -705,7 +705,7 @@ added: v6.1.0
If `true`,
[`socket.connect(options[, connectListener])`][`socket.connect(options)`] was
called and has not yet finished. It will stay `true` until the socket becomes
-connected, then it is set to `false` and the `'connect'` event is emitted. Note
+connected, then it is set to `false` and the `'connect'` event is emitted. Note
that the
[`socket.connect(options[, connectListener])`][`socket.connect(options)`]
callback is a listener for the `'connect'` event.