Skip to content

Commit a44f085

Browse files
Trottgibfahn
authored andcommittedDec 20, 2017
doc: fix typo in repl.md
PR-URL: #17502 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent a15da3b commit a44f085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/repl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ added: v0.1.91
386386
* `output` {Writable} The Writable stream to which REPL output will be
387387
written. Defaults to `process.stdout`.
388388
* `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.
389+
treated as a TTY terminal, and have ANSI/VT100 escape codes written to it.
390390
Defaults to checking the value of the `isTTY` property on the `output`
391391
stream upon instantiation.
392392
* `eval` {Function} The function to be used when evaluating each given line

0 commit comments

Comments
 (0)