From 204c9d8aa85cc4c2aa8f40650af7657309e9de26 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 13:36:35 -0600 Subject: [PATCH] doc: remove "note that" from tty.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater --- doc/api/tty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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