We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7512429 commit 3722c15Copy full SHA for 3722c15
doc/api/tty.md
@@ -17,7 +17,7 @@ const tty = require('tty');
17
When Node.js detects that it is being run with a text terminal ("TTY")
18
attached, [`process.stdin`][] will, by default, be initialized as an instance of
19
`tty.ReadStream` and both [`process.stdout`][] and [`process.stderr`][] will, by
20
-default be instances of `tty.WriteStream`. The preferred method of determining
+default, be instances of `tty.WriteStream`. The preferred method of determining
21
whether Node.js is being run within a TTY context is to check that the value of
22
the `process.stdout.isTTY` property is `true`:
23
0 commit comments