Skip to content

Commit

Permalink
doc: fix example in child_process.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rus0000 authored and MylesBorins committed Aug 16, 2017
1 parent 49e7866 commit f1d91ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ grep.on('close', (code) => {
```


Example of checking for failed exec:
Example of checking for failed `spawn`:

```js
const spawn = require('child_process').spawn;
Expand Down

0 comments on commit f1d91ce

Please sign in to comment.