From 119d903adcc82289ad87dfec6cd46730116e36c6 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Wed, 25 Jun 2025 19:06:49 +0200 Subject: [PATCH] chore: typo --- internal/tui/components/chat/messages/renderer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/components/chat/messages/renderer.go b/internal/tui/components/chat/messages/renderer.go index 66999de21a0bbfa5bfb8acb4b2117d26cfbc58da..a222a4618134047ca600925655d2ded043265c01 100644 --- a/internal/tui/components/chat/messages/renderer.go +++ b/internal/tui/components/chat/messages/renderer.go @@ -278,7 +278,7 @@ func (er editRenderer) Render(v *toolCallCmp) string { if v.textWidth() > 120 { formatter = formatter.Split() } - // add a messagfe to the bottom if the content was truncated + // add a message to the bottom if the content was truncated formatted := formatter.String() if lipgloss.Height(formatted) > responseContextHeight { contentLines := strings.Split(formatted, "\n")