Skip to content

Commit 667ce42

Browse files
Trotttargos
authored andcommitted
doc: add missing comma in net documentation
PR-URL: #24074 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 1d6d384 commit 667ce42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/net.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The number of concurrent connections on the server.
167167

168168
This becomes `null` when sending a socket to a child with
169169
[`child_process.fork()`][]. To poll forks and get current number of active
170-
connections use asynchronous [`server.getConnections()`][] instead.
170+
connections, use asynchronous [`server.getConnections()`][] instead.
171171

172172
### server.getConnections(callback)
173173
<!-- YAML

0 commit comments

Comments
 (0)