We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069fd23 commit d40c581Copy full SHA for d40c581
doc/api/repl.md
@@ -394,7 +394,7 @@ changes:
394
* `output` {Writable} The Writable stream to which REPL output will be
395
written. Defaults to `process.stdout`.
396
* `terminal` {boolean} If `true`, specifies that the `output` should be
397
- 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.
398
Defaults to checking the value of the `isTTY` property on the `output`
399
stream upon instantiation.
400
* `eval` {Function} The function to be used when evaluating each given line
0 commit comments