Skip to content

Commit 9741291

Browse files
committed
doc: fix child_process heading depth
Addition of the Sync/Async headers didn't indent all the sub-headers. Reviewed-By: Colin Ihrig <[email protected]> PR-URL: #1038
1 parent fd3ea29 commit 9741291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/child_process.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Example of checking for failed exec:
439439
console.log('Failed to start child process.');
440440
});
441441

442-
### options.stdio
442+
#### options.stdio
443443

444444
As a shorthand, the `stdio` argument may be one of the following strings:
445445

@@ -492,7 +492,7 @@ Example:
492492
// startd-style interface.
493493
spawn('prg', [], { stdio: ['pipe', null, null, null, 'pipe'] });
494494

495-
### options.detached
495+
#### options.detached
496496

497497
If the `detached` option is set, the child process will be made the leader of a
498498
new process group. This makes it possible for the child to continue running

0 commit comments

Comments
 (0)