From 5a7364bb542c4c9ac926db256f4fac2ddaa07ce7 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 26 Dec 2015 18:29:33 -0800 Subject: [PATCH] doc: fix formatting in process.markdown All the other properties get an h2/## but process.connected gets an h3/### for no discernible reason. Change it to h2/## like the others. PR-URL: https://github.com/nodejs/node/pull/4433 Reviewed-By: Roman Reiss Reviewed-By: Colin Ihrig Reviewed-By: Stephan Belanger Reviewed-By: Roman Klauke --- doc/api/process.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.markdown b/doc/api/process.markdown index d954f4c9ab843e..bdc71590f41c9a 100644 --- a/doc/api/process.markdown +++ b/doc/api/process.markdown @@ -340,7 +340,7 @@ An example of the possible output looks like: target_arch: 'x64', v8_use_snapshot: 'true' } } -### process.connected +## process.connected * {Boolean} Set to false after `process.disconnect()` is called