Skip to content

Commit 199e905

Browse files
rus0000addaleax
authored andcommitted
doc: fix example in child_process.md
PR-URL: #13716 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent cfb6f94 commit 199e905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ grep.on('close', (code) => {
469469
```
470470

471471

472-
Example of checking for failed exec:
472+
Example of checking for failed `spawn`:
473473

474474
```js
475475
const { spawn } = require('child_process');

0 commit comments

Comments
 (0)