X Tutup
The Wayback Machine - https://web.archive.org/web/20220419153850/https://github.com/nodejs/node/commit/6e91d644e3
Skip to content
Permalink
Browse files
doc: use kbd element in os doc
Use kbd element for key strokes and remove extra parentheses.

PR-URL: #35656
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
  • Loading branch information
Trott authored and BethGriggs committed Oct 21, 2020
1 parent 5a48a7b commit 6e91d644e3715abd6c0159a7397eae352a5e783e
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/api/os.md
@@ -436,7 +436,7 @@ The following signal constants are exported by `os.constants.signals`.
<tr>
<td><code>SIGINT</code></td>
<td>Sent to indicate when a user wishes to interrupt a process
(<code>(Ctrl+C)</code>).</td>
(<kbd>Ctrl</kbd>+<kbd>C</kbd>).</td>
</tr>
<tr>
<td><code>SIGQUIT</code></td>

0 comments on commit 6e91d64

Please sign in to comment.
X Tutup