Skip to content

Commit e2a682e

Browse files
TrottMyles Borins
authored and
Myles Borins
committedFeb 15, 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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Stephan Belanger <[email protected]> Reviewed-By: Roman Klauke <[email protected]>
1 parent e6448aa commit e2a682e

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)