We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15da3b commit a44f085Copy full SHA for a44f085
doc/api/repl.md
@@ -386,7 +386,7 @@ added: v0.1.91
386
* `output` {Writable} The Writable stream to which REPL output will be
387
written. Defaults to `process.stdout`.
388
* `terminal` {boolean} If `true`, specifies that the `output` should be
389
- 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.
390
Defaults to checking the value of the `isTTY` property on the `output`
391
stream upon instantiation.
392
* `eval` {Function} The function to be used when evaluating each given line
0 commit comments