Skip to content

Commit 4a265fe

Browse files
authored
Typo in history menu section (#1177)
I'm fairly sure this should be `history_menu` instead of `help_menu`.
1 parent 4d78258 commit 4a265fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/line_editor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ The history menu can be configured by modifying these values from the config obj
650650
menus = [
651651
...
652652
{
653-
name: help_menu
653+
name: history_menu
654654
only_buffer_difference: true # Search is done on the text written after activating the menu
655655
marker: "? " # Indicator that appears with the menu is active
656656
type: {

0 commit comments

Comments
 (0)