From 7df10f529da38229c56a988ec9bf4979094e6af0 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 18 Jul 2017 20:12:19 +0200 Subject: [PATCH] doc: fix inspectPort documentation in cluster.md - Add missing `changes:` entry - Use full sentences - Use proper indentation Ref: https://github.com/nodejs/node/pull/14140 PR-URL: https://github.com/nodejs/node/pull/14349 Reviewed-By: Colin Ihrig --- doc/api/cluster.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 208393674674fd..b439bd6bcd1f5e 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -728,6 +728,9 @@ values are `"rr"` and `"none"`.