We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232a486 commit b8141a4Copy full SHA for b8141a4
doc/api/repl.md
@@ -418,7 +418,7 @@ changes:
418
* `output` {Writable} The Writable stream to which REPL output will be
419
written. Defaults to `process.stdout`.
420
* `terminal` {boolean} If `true`, specifies that the `output` should be
421
- treated as a a TTY terminal, and have ANSI/VT100 escape codes written to it.
+ treated as a TTY terminal, and have ANSI/VT100 escape codes written to it.
422
Defaults to checking the value of the `isTTY` property on the `output`
423
stream upon instantiation.
424
* `eval` {Function} The function to be used when evaluating each given line
0 commit comments