ignore: fix typos and formatting (#294)

This commit is contained in:
Márk Magyar
2025-06-22 20:26:46 +02:00
committed by GitHub
parent 09b89fdb23
commit 333569bed3
11 changed files with 31 additions and 35 deletions

View File

@@ -44,7 +44,7 @@ type SendMsg struct {
Text string
Attachments []Attachment
}
type CompletionDialogTriggerdMsg struct {
type CompletionDialogTriggeredMsg struct {
InitialValue string
}