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 b8141a4

Browse filesBrowse files
TrottMylesBorins
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 232a486 commit b8141a4
Copy full SHA for b8141a4

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.