Skip to content

Commit 3e8c8f9

Browse files
fhinkelFishrock123
authored andcommitted
doc: fix typo in repl doc
PR-URL: #8826 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 980c1ed commit 3e8c8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/repl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ The `repl.start()` method creates and starts a `repl.REPLServer` instance.
416416
## The Node.js REPL
417417

418418
Node.js itself uses the `repl` module to provide its own interactive interface
419-
for executing JavaScript. This can used by executing the Node.js binary without
420-
passing any arguments (or by passing the `-i` argument):
419+
for executing JavaScript. This can be used by executing the Node.js binary
420+
without passing any arguments (or by passing the `-i` argument):
421421

422422
```js
423423
$ node

0 commit comments

Comments
 (0)