summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-12-06 10:18:05 -0800
committerRich Trott <rtrott@gmail.com>2017-12-07 13:49:59 -0800
commita413df40b67e1005b6c0c6d9e280bd7dcb53ee11 (patch)
tree3e215375f37fcbe09e324fb6528f101ced9b0436 /doc
parentde06dc92d150c1f999462a18c7594a5eea81225f (diff)
downloadandroid-node-v8-a413df40b67e1005b6c0c6d9e280bd7dcb53ee11.tar.gz
android-node-v8-a413df40b67e1005b6c0c6d9e280bd7dcb53ee11.tar.bz2
android-node-v8-a413df40b67e1005b6c0c6d9e280bd7dcb53ee11.zip
doc: fix typo in repl.md
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/repl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index 1be90347ac..56661d86d9 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -418,7 +418,7 @@ changes:
* `output` {Writable} The Writable stream to which REPL output will be
written. Defaults to `process.stdout`.
* `terminal` {boolean} If `true`, specifies that the `output` should be
- 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.
Defaults to checking the value of the `isTTY` property on the `output`
stream upon instantiation.
* `eval` {Function} The function to be used when evaluating each given line