From d33d7444d31b8efa8434b3deada2fcd7d153a2cd Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 4 Nov 2018 00:18:49 -0700 Subject: [PATCH] doc: add missing comma in net documentation --- 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 a8cd321dca968d..595f565276a75f 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)