From 5c29ad2fd5625c83f9d9c4cdedf8133961e119df Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 11 Feb 2026 13:35:22 +0300 Subject: [PATCH] docs(ui): comment typo --- internal/ui/dialog/sessions_item.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/dialog/sessions_item.go b/internal/ui/dialog/sessions_item.go index 2532e8c19a75ef061266afd42d688016ea0ab3c9..53ddaa3c1713d100b62ef5df25c3878663759e52 100644 --- a/internal/ui/dialog/sessions_item.go +++ b/internal/ui/dialog/sessions_item.go @@ -154,7 +154,7 @@ func renderItem(t ListItemStyles, title string, info string, focused bool, width // because we can control the underline start and stop more // precisely via [ansi.AttrUnderline] and [ansi.AttrNoUnderline] // which only affect the underline attribute without interfering - // with other style + // with other style attributes. parts = append(parts, ansi.NewStyle().Underline(true).String(), ansi.Cut(title, start, stop+1),