Skip to content

Commit 3d9310d

Browse files
committed
doc: use kbd element in os doc
Use kbd element for key strokes and remove extra parentheses. PR-URL: nodejs#35656 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
1 parent 50103bf commit 3d9310d

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
@@ -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)