Skip to content

Commit b772c13

Browse files
tniessenbengl
authored andcommitted
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 701d404 commit b772c13

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
@@ -768,7 +768,7 @@ process.on('SIGTERM', handle);
768768
* `'SIGKILL'` cannot have a listener installed, it will unconditionally
769769
terminate Node.js on all platforms.
770770
* `'SIGSTOP'` cannot have a listener installed.
771-
* `'SIGBUS'`, `'SIGFPE'`, `'SIGSEGV'` and `'SIGILL'`, when not raised
771+
* `'SIGBUS'`, `'SIGFPE'`, `'SIGSEGV'`, and `'SIGILL'`, when not raised
772772
artificially using kill(2), inherently leave the process in a state from
773773
which it is not safe to call JS listeners. Doing so might cause the process
774774
to stop responding.

0 commit comments

Comments
 (0)