Skip to content

Commit b16a328

Browse files
enaqxbrendanashworth
authored andcommitted
doc: add spaces to child.kill example
PR-URL: #1503 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
1 parent 2632775 commit b16a328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ be sent `'SIGTERM'`. See `signal(7)` for a list of available signals.
192192
grep = spawn('grep', ['ssh']);
193193

194194
grep.on('close', function (code, signal) {
195-
console.log('child process terminated due to receipt of signal '+signal);
195+
console.log('child process terminated due to receipt of signal ' + signal);
196196
});
197197

198198
// send SIGHUP to process

0 commit comments

Comments
 (0)