fix: spelling

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Leonardo Trapani
2026-02-02 16:16:13 +01:00
committed by GitHub
co-authored by greptile-apps[bot]
parent f844ce6b0c
commit e63ae179a6
+1 -1
View File
@@ -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"},
}