Skip to content

Commit d40c581

Browse files
Trottgibfahn
authored andcommitted
doc: fix typo in repl.md
PR-URL: #17502 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 069fd23 commit d40c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/repl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ changes:
394394
* `output` {Writable} The Writable stream to which REPL output will be
395395
written. Defaults to `process.stdout`.
396396
* `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.
397+
treated as a TTY terminal, and have ANSI/VT100 escape codes written to it.
398398
Defaults to checking the value of the `isTTY` property on the `output`
399399
stream upon instantiation.
400400
* `eval` {Function} The function to be used when evaluating each given line

0 commit comments

Comments
 (0)