Skip to content

Commit 3686570

Browse files
authored
Merge pull request #37 from wubin1989/upstream-open-pr-327
fix: typo in keyboard shortcuts window
2 parents 069b0db + dd59035 commit 3686570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tui/components/chat/editor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var DeleteKeyMaps = DeleteAttachmentKeyMaps{
7171
),
7272
DeleteAllAttachments: key.NewBinding(
7373
key.WithKeys("r"),
74-
key.WithHelp("ctrl+r+r", "delete all attchments"),
74+
key.WithHelp("ctrl+r+r", "delete all attachments"),
7575
),
7676
}
7777

0 commit comments

Comments
 (0)