Skip to content

Commit df4043b

Browse files
TrottBethGriggs
authored andcommittedDec 15, 2020
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>
1 parent 4d72e98 commit df4043b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/os.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ The following signal constants are exported by `os.constants.signals`.
434434
<tr>
435435
<td><code>SIGINT</code></td>
436436
<td>Sent to indicate when a user wishes to interrupt a process
437-
(<code>(Ctrl+C)</code>).</td>
437+
(<kbd>Ctrl</kbd>+<kbd>C</kbd>).</td>
438438
</tr>
439439
<tr>
440440
<td><code>SIGQUIT</code></td>

0 commit comments

Comments
 (0)
Please sign in to comment.