Skip to content

Commit

Permalink
doc: fix formatting in process.markdown
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and Myles Borins committed Feb 11, 2016
1 parent 8cda74d commit 5a7364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a7364b

Please sign in to comment.