Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-20 22:36:35 +0300
committerRich Trott <rtrott@gmail.com>2019-06-23 17:07:31 +0300
commit5df70e0d672d3df9c151b2fd52b392c6b686a0d5 (patch)
tree7beb79913bb49d41a65992604668fd0a246e37c2 /doc/api/tty.md
parentecead5f61e2b75ed4f6295cd35744157afd3c8ab (diff)
doc: remove "note that" from tty.md
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/tty.md')
-rw-r--r--doc/api/tty.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tty.md b/doc/api/tty.md
index dbebbb77735..a48d3168530 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
<!-- YAML