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 addaleax committed Jul 18, 2017
1 parent cfb6f94 commit 199e905
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 @@ -469,7 +469,7 @@ grep.on('close', (code) => {
```


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

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

0 comments on commit 199e905

Please sign in to comment.