Skip to content

Commit e04d491

Browse files
fhinkeljasnell
authored andcommitted
doc: fix typo in repl doc
PR-URL: #8826 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Yorkie Liu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent e75b445 commit e04d491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/repl.md

+2-2
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)