diff options
| author | Pierre Berube <[email protected]> | 2025-05-15 01:55:06 -0600 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-17 08:50:30 -0500 |
| commit | 37429978898100cb0038d92a54cef8ec65018f70 (patch) | |
| tree | fb6966159b451ca49648a8c08ca62a37ddb0616c | |
| parent | daf03052032e3349ff1b8236d38df43230454949 (diff) | |
| download | opencode-37429978898100cb0038d92a54cef8ec65018f70.tar.gz opencode-37429978898100cb0038d92a54cef8ec65018f70.zip | |
fix: typo
| -rw-r--r-- | internal/tui/components/chat/editor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/components/chat/editor.go b/internal/tui/components/chat/editor.go index 607aaedf3..37ac60368 100644 --- a/internal/tui/components/chat/editor.go +++ b/internal/tui/components/chat/editor.go @@ -76,7 +76,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"), ), } |
