diff --git a/doc/api/tty.md b/doc/api/tty.md index dbebbb77735797..a48d3168530e92 100644 --- a/doc/api/tty.md +++ b/doc/api/tty.md @@ -71,7 +71,7 @@ Allows configuration of `tty.ReadStream` so that it operates as a raw device. When in raw mode, input is always available character-by-character, not including modifiers. Additionally, all special processing of characters by the terminal is disabled, including echoing input characters. -Note that `CTRL`+`C` will no longer cause a `SIGINT` when in this mode. +`CTRL`+`C` will no longer cause a `SIGINT` when in this mode. ## Class: tty.WriteStream