We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6d384 commit 667ce42Copy full SHA for 667ce42
doc/api/net.md
@@ -167,7 +167,7 @@ The number of concurrent connections on the server.
167
168
This becomes `null` when sending a socket to a child with
169
[`child_process.fork()`][]. To poll forks and get current number of active
170
-connections use asynchronous [`server.getConnections()`][] instead.
+connections, use asynchronous [`server.getConnections()`][] instead.
171
172
### server.getConnections(callback)
173
<!-- YAML
0 commit comments