From e63ae179a6ed7a14696ab2b5945f271b6ca3547e Mon Sep 17 00:00:00 2001 From: Leonardo Trapani Date: Mon, 2 Feb 2026 16:16:13 +0100 Subject: [PATCH] fix: spelling Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- internal/tui/flows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/flows.go b/internal/tui/flows.go index 8a717bd..21c53bc 100644 --- a/internal/tui/flows.go +++ b/internal/tui/flows.go @@ -613,7 +613,7 @@ func newNotificationTypeScreen(state *wizardState, onBack func() screen) screen state.cfg.Notifications.Type = "desktop" } items := []optionItem{ - {title: "Reccomended: Desktop notifications", desc: "Uses notify-send to show popups.", value: "desktop"}, + {title: "Recommended: Desktop notifications", desc: "Uses notify-send to show popups.", value: "desktop"}, {title: "Log to console", desc: "Only use for development, or if you want to plug it to something else. Write status changes to logs only.", value: "log"}, {title: "None", desc: "Disable notifications entirely.", value: "none"}, }