From 492f88c0c8aba2b4471c8a297b42979a991eb85c 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 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)). + (Ctrl+C). SIGQUIT