X Tutup
The Wayback Machine - https://web.archive.org/web/20230217010320/https://github.com/nodejs/node/commit/885ed96540
Skip to content
Permalink
Browse files
doc: fix typo in repl.md
"entires" -> "entries"

PR-URL: #38244
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
arkerone authored and targos committed May 1, 2021
1 parent 46651b6 commit 885ed96
Showing 1 changed file with 1 addition and 1 deletion.
@@ -243,7 +243,7 @@ triggered with <kbd>Ctrl</kbd>+<kbd>R</kbd> to search backward and
<kbd>Ctrl</kbd>+<kbd>S</kbd> 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 <kbd>Esc</kbd> or

0 comments on commit 885ed96

Please sign in to comment.
X Tutup