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 81f31481e0
commit a90cb9f298
11 changed files with 31 additions and 35 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ type SendMsg struct {
Text string
Attachments []Attachment
}
type CompletionDialogTriggerdMsg struct {
type CompletionDialogTriggeredMsg struct {
InitialValue string
}