Skip to content

Commit 3722c15

Browse files
ma11hew28targos
authored andcommitted
doc: add missing comma in tty
PR-URL: #37039 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7512429 commit 3722c15

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
@@ -17,7 +17,7 @@ const tty = require('tty');
1717
When Node.js detects that it is being run with a text terminal ("TTY")
1818
attached, [`process.stdin`][] will, by default, be initialized as an instance of
1919
`tty.ReadStream` and both [`process.stdout`][] and [`process.stderr`][] will, by
20-
default be instances of `tty.WriteStream`. The preferred method of determining
20+
default, be instances of `tty.WriteStream`. The preferred method of determining
2121
whether Node.js is being run within a TTY context is to check that the value of
2222
the `process.stdout.isTTY` property is `true`:
2323

0 commit comments

Comments
 (0)