docs(ui): comment typo

Ayman Bagabas created

Change summary

internal/ui/dialog/sessions_item.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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),