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 <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
  • Loading branch information
rus0000 authored and addaleax committed Jul 11, 2017
1 parent 7b08df8 commit 9ccc19e
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 9ccc19e

Please sign in to comment.