We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75b445 commit e04d491Copy full SHA for e04d491
doc/api/repl.md
@@ -416,8 +416,8 @@ The `repl.start()` method creates and starts a `repl.REPLServer` instance.
416
## The Node.js REPL
417
418
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):
+for executing JavaScript. This can be used by executing the Node.js binary
+without passing any arguments (or by passing the `-i` argument):
421
422
```js
423
$ node
0 commit comments