Skip to content

Commit 9e66735

Browse files
TrottFishrock123
authored andcommittedJan 6, 2016
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: #4433 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Stephan Belanger <admin@stephenbelanger.com> Reviewed-By: Roman Klauke <romaaan.git@gmail.com>
1 parent 14a947f commit 9e66735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/process.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ An example of the possible output looks like:
340340
target_arch: 'x64',
341341
v8_use_snapshot: 'true' } }
342342

343-
### process.connected
343+
## process.connected
344344

345345
* {Boolean} Set to false after `process.disconnect()` is called
346346

0 commit comments

Comments
 (0)