Skip to content

Commit 2c327c6

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 07735b9 commit 2c327c6

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)
Please sign in to comment.