diff --git a/doc/api/os.md b/doc/api/os.md
index 1053dd376265b3..8fee86f59ed55a 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -434,7 +434,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)).