Skip to content

Commit 789b818

Browse files
Trottrvagg
authored andcommitted
doc: remove unnecessary bold italics from child_process.md
PR-URL: #26141 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 4d1c87e commit 789b818

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/child_process.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,8 @@ If the child process intercepts and handles the `SIGTERM` signal and
741741
does not exit, the parent process will still wait until the child process has
742742
exited.
743743

744-
If the process times out or has a non-zero exit code, this method ***will***
745-
throw an [`Error`][] that will include the full result of the underlying
744+
If the process times out or has a non-zero exit code, this method will throw an
745+
[`Error`][] that will include the full result of the underlying
746746
[`child_process.spawnSync()`][].
747747

748748
**If the `shell` option is enabled, do not pass unsanitized user input to this
@@ -802,8 +802,8 @@ completely exited. *Note that if the child process intercepts and handles the
802802
`SIGTERM` signal and doesn't exit, the parent process will wait until the child
803803
process has exited.*
804804

805-
If the process times out or has a non-zero exit code, this method ***will***
806-
throw. The [`Error`][] object will contain the entire result from
805+
If the process times out or has a non-zero exit code, this method will throw.
806+
The [`Error`][] object will contain the entire result from
807807
[`child_process.spawnSync()`][].
808808

809809
**Never pass unsanitized user input to this function. Any input containing shell

0 commit comments

Comments
 (0)