Skip to content

Commit

Permalink
doc: fix typo in repl doc
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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]>
  • Loading branch information
fhinkel authored and jasnell committed Sep 30, 2016
1 parent c084287 commit 21b37b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ The `repl.start()` method creates and starts a `repl.REPLServer` instance.
## The Node.js REPL

Node.js itself uses the `repl` module to provide its own interactive interface
for executing JavaScript. This can used by executing the Node.js binary without
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):

```js
$ node
Expand Down

0 comments on commit 21b37b2

Please sign in to comment.