From dd590353c478f1bb68ef8ccdab2eb4453b4eb590 Mon Sep 17 00:00:00 2001 From: Alexandre Antonio Juca Date: Tue, 15 Jul 2025 23:34:10 +0100 Subject: [PATCH] fix: typo --- internal/tui/components/chat/editor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/components/chat/editor.go b/internal/tui/components/chat/editor.go index a6c5a44e..8621f8e8 100644 --- a/internal/tui/components/chat/editor.go +++ b/internal/tui/components/chat/editor.go @@ -71,7 +71,7 @@ var DeleteKeyMaps = DeleteAttachmentKeyMaps{ ), DeleteAllAttachments: key.NewBinding( key.WithKeys("r"), - key.WithHelp("ctrl+r+r", "delete all attchments"), + key.WithHelp("ctrl+r+r", "delete all attachments"), ), }