瀏覽代碼

fix: typo

Pierre Berube 1 年之前
父節點
當前提交
3742997889
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/tui/components/chat/editor.go

+ 1 - 1
internal/tui/components/chat/editor.go

@@ -76,7 +76,7 @@ var DeleteKeyMaps = DeleteAttachmentKeyMaps{
 	),
 	),
 	DeleteAllAttachments: key.NewBinding(
 	DeleteAllAttachments: key.NewBinding(
 		key.WithKeys("r"),
 		key.WithKeys("r"),
-		key.WithHelp("ctrl+r+r", "delete all attchments"),
+		key.WithHelp("ctrl+r+r", "delete all attachments"),
 	),
 	),
 }
 }