From e5410322769482029aa07a41a1c06cc7586bad1b Mon Sep 17 00:00:00 2001 From: Arkerone Date: Thu, 15 Apr 2021 11:30:11 +0200 Subject: [PATCH] doc: fix typo in repl.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "entires" -> "entries" PR-URL: https://github.com/nodejs/node/pull/38244 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Michaƫl Zasso Reviewed-By: Darshan Sen Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- doc/api/repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/repl.md b/doc/api/repl.md index bf5ee1efef3fee..ab55411c356443 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -245,7 +245,7 @@ triggered with Ctrl+R to search backward and Ctrl+S to search forwards. -Duplicated history entires will be skipped. +Duplicated history entries will be skipped. Entries are accepted as soon as any key is pressed that doesn't correspond with the reverse search. Cancelling is possible by pressing Esc or