From 6e91d644e3715abd6c0159a7397eae352a5e783e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 15 Oct 2020 03:50:14 -0700 Subject: [PATCH] doc: use kbd element in os doc Use kbd element for key strokes and remove extra parentheses. PR-URL: https://github.com/nodejs/node/pull/35656 Reviewed-By: Luigi Pinca Reviewed-By: Evan Lucas --- doc/api/os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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