Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update child_process.md
  • Loading branch information
rus0000 authored Jun 16, 2017
commit 0cc8d8e38a7bf45b37bf860f2dda3f1ea843c146
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 spawn:
Example of checking for failed `spawn`:

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