From 3e8c8f90bc1d0378f8fc54a345a7639e1c0b4857 Mon Sep 17 00:00:00 2001 From: Franziska Hinkelmann Date: Wed, 28 Sep 2016 14:19:18 +0200 Subject: [PATCH] doc: fix typo in repl doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/8826 Reviewed-By: James M Snell Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Yorkie Liu Reviewed-By: Colin Ihrig Reviewed-By: Myles Borins Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- doc/api/repl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/repl.md b/doc/api/repl.md index 9e33833c15cf7a..b18488f4218174 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -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