diff --git a/doc/api/net.md b/doc/api/net.md index e7ca666bcd26fb..e744e5c8be4454 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -155,7 +155,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)