Skip to content

Commit 40fa2e9

Browse files
authored
doc: use serial comma in process docs
Refs: #11321 Refs: #17384 PR-URL: #43179 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 419669c commit 40fa2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ process.on('SIGTERM', handle);
770770
* `'SIGKILL'` cannot have a listener installed, it will unconditionally
771771
terminate Node.js on all platforms.
772772
* `'SIGSTOP'` cannot have a listener installed.
773-
* `'SIGBUS'`, `'SIGFPE'`, `'SIGSEGV'` and `'SIGILL'`, when not raised
773+
* `'SIGBUS'`, `'SIGFPE'`, `'SIGSEGV'`, and `'SIGILL'`, when not raised
774774
artificially using kill(2), inherently leave the process in a state from
775775
which it is not safe to call JS listeners. Doing so might cause the process
776776
to stop responding.

0 commit comments

Comments
 (0)