Skip to content

Commit f1d91ce

Browse files
rus0000MylesBorins
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 49e7866 commit f1d91ce

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
@@ -408,7 +408,7 @@ grep.on('close', (code) => {
408408
```
409409

410410

411-
Example of checking for failed exec:
411+
Example of checking for failed `spawn`:
412412

413413
```js
414414
const spawn = require('child_process').spawn;

0 commit comments

Comments
 (0)