summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/app
diff options
context:
space:
mode:
authorMárk Magyar <[email protected]>2025-06-22 20:26:46 +0200
committerGitHub <[email protected]>2025-06-22 14:26:46 -0400
commit333569bed38f1fff3c3413f67482cbc884111d41 (patch)
tree66108c30bd007437077270ba74bb5975fd25a1b5 /packages/tui/internal/app
parent09b89fdb232e25c6e8794f7fef8006591c58fb58 (diff)
downloadopencode-333569bed38f1fff3c3413f67482cbc884111d41.tar.gz
opencode-333569bed38f1fff3c3413f67482cbc884111d41.zip
ignore: fix typos and formatting (#294)
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
}