Skip to content

Commit

Permalink
Fix help menu typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JackYoustra authored and Byron committed Apr 21, 2021
1 parent 94b8cfb commit 98d973f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive/widgets/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl HelpPane {
hotkey("Ctrl + u", "move up 10 entries at once", None);
hotkey("<Page Up>", "^", None);
hotkey("H", "Move to the top of the entries list", None);
hotkey("G", "Move to the bottomw of the entries list", None);
hotkey("G", "Move to the bottom of the entries list", None);
spacer();
}
title("Keys for display");
Expand Down

0 comments on commit 98d973f

Please sign in to comment.