summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/app
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tui/internal/app')
-rw-r--r--packages/tui/internal/app/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tui/internal/app/app.go b/packages/tui/internal/app/app.go
index 6fb8242a4..f20620790 100644
--- a/packages/tui/internal/app/app.go
+++ b/packages/tui/internal/app/app.go
@@ -44,7 +44,7 @@ type SendMsg struct {
Text string
Attachments []Attachment
}
-type CompletionDialogTriggerdMsg struct {
+type CompletionDialogTriggeredMsg struct {
InitialValue string
}