Fix "selction" typo (#2981)

This commit is contained in:
correctmost 2024-12-01 01:43:29 -05:00 committed by GitHub
parent b49b5bfa11
commit e0db642366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Help:
selection = HelpGroup(
group_id=HelpTextGroupId.SELECTION,
group_entries=[
HelpText('Skip selction (if available)', ['Esc']),
HelpText('Skip selection (if available)', ['Esc']),
HelpText('Reset selection (if available)', ['Ctrl+c']),
HelpText('Select on single select', ['Enter']),
HelpText('Select on select', ['Space', 'Tab']),