Skip to content

Commit

Permalink
doc: use serial comma in process docs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tniessen authored and juanarbol committed May 31, 2022
1 parent 27bcf33 commit 768e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ process.on('SIGTERM', handle);
* `'SIGKILL'` cannot have a listener installed, it will unconditionally
terminate Node.js on all platforms.
* `'SIGSTOP'` cannot have a listener installed.
* `'SIGBUS'`, `'SIGFPE'`, `'SIGSEGV'` and `'SIGILL'`, when not raised
* `'SIGBUS'`, `'SIGFPE'`, `'SIGSEGV'`, and `'SIGILL'`, when not raised
artificially using kill(2), inherently leave the process in a state from
which it is not safe to call JS listeners. Doing so might cause the process
to stop responding.
Expand Down

0 comments on commit 768e1a2

Please sign in to comment.