From 4e2493a20df824efab3a2ede4ca60df7a0e44c06 Mon Sep 17 00:00:00 2001 From: Daiki Arai Date: Wed, 26 Jul 2017 23:35:04 +0900 Subject: [PATCH] doc: fix minor typos in net.md About writable, not 'reads' but 'writes' is correct. And also, add parentheses because server.getConnections is function. PR-URL: https://github.com/nodejs/node/pull/14502 Reviewed-By: Refael Ackermann Reviewed-By: Anna Henningsen Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca --- doc/api/net.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)