Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d40c581

Browse filesBrowse files
Trottgibfahn
authored andcommitted
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 069fd23 commit d40c581
Copy full SHA for d40c581

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/repl.md‎

Copy file name to clipboardExpand all lines: doc/api/repl.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.