Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 Dec 15, 2020
1 parent 4d72e98 commit df4043b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/os.md
Expand Up @@ -434,7 +434,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>
Expand Down

0 comments on commit df4043b

Please sign in to comment.