Skip to content

Commit b8141a4

Browse files
TrottMylesBorins
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 232a486 commit b8141a4

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
@@ -418,7 +418,7 @@ changes:
418418
* `output` {Writable} The Writable stream to which REPL output will be
419419
written. Defaults to `process.stdout`.
420420
* `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.
421+
treated as a TTY terminal, and have ANSI/VT100 escape codes written to it.
422422
Defaults to checking the value of the `isTTY` property on the `output`
423423
stream upon instantiation.
424424
* `eval` {Function} The function to be used when evaluating each given line

0 commit comments

Comments
 (0)