Skip to content

Commit 6e91d64

Browse files
TrottBethGriggs
authored andcommitted
doc: use kbd element in os doc
Use kbd element for key strokes and remove extra parentheses. PR-URL: #35656 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
1 parent 5a48a7b commit 6e91d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/api/os.md

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

0 commit comments

Comments
 (0)