diff --git a/doc/api/os.md b/doc/api/os.md index 6f761877b23c5e..6c184a77854b1e 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -436,7 +436,7 @@ The following signal constants are exported by `os.constants.signals`. SIGINT Sent to indicate when a user wishes to interrupt a process - ((Ctrl+C)). + (Ctrl+C). SIGQUIT