From 885ed965400015ec8c1c36c755db7facb7672938 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 9ebe6481729575..a8c63291a5a719 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -243,7 +243,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