X Tutup
The Wayback Machine - https://web.archive.org/web/20230218095342/https://github.com/nodejs/node/commit/e541032276
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 aduh95 committed Apr 17, 2021
1 parent fb93b71 commit e541032
Showing 1 changed file with 1 addition and 1 deletion.
@@ -245,7 +245,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 e541032

Please sign in to comment.
X Tutup