Skip to content

Commit 8a3808d

Browse files
committed
doc: use kbd element in tty doc
PR-URL: #35613 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ddff2b2 commit 8a3808d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tty.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Allows configuration of `tty.ReadStream` so that it operates as a raw device.
7474
When in raw mode, input is always available character-by-character, not
7575
including modifiers. Additionally, all special processing of characters by the
7676
terminal is disabled, including echoing input characters.
77-
`CTRL`+`C` will no longer cause a `SIGINT` when in this mode.
77+
<kbd>Ctrl</kbd>+<kbd>C</kbd> will no longer cause a `SIGINT` when in this mode.
7878

7979
## Class: `tty.WriteStream`
8080
<!-- YAML

0 commit comments

Comments
 (0)