summaryrefslogtreecommitdiff
path: root/doc/api/net.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-11-04 00:18:49 -0700
committerAnna Henningsen <anna@addaleax.net>2018-11-04 11:58:28 +0100
commit1c67e741a12b7791adbc7bb5821650f5d1da30cf (patch)
tree5dd3b2ac4d3703144cf0f9a1c2333d6e9f4ea8e6 /doc/api/net.md
parentc8757f8c4f5b9eb8b9a8b75334695da306303100 (diff)
downloadandroid-node-v8-1c67e741a12b7791adbc7bb5821650f5d1da30cf.tar.gz
android-node-v8-1c67e741a12b7791adbc7bb5821650f5d1da30cf.tar.bz2
android-node-v8-1c67e741a12b7791adbc7bb5821650f5d1da30cf.zip
doc: add missing comma in net documentation
PR-URL: https://github.com/nodejs/node/pull/24074 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@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 1b495da81c..07c88cc885 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -167,7 +167,7 @@ The number of concurrent connections on the server.
This becomes `null` when sending a socket to a child with
[`child_process.fork()`][]. To poll forks and get current number of active
-connections use asynchronous [`server.getConnections()`][] instead.
+connections, use asynchronous [`server.getConnections()`][] instead.
### server.getConnections(callback)
<!-- YAML