From 3c7ebe6b5319389f614f397bb0123727585678ac Mon Sep 17 00:00:00 2001 From: rohan436 Date: Sun, 29 Mar 2026 11:10:27 +0800 Subject: [PATCH] docs: fix typo in style comment --- style.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.go b/style.go index 4d43bfd2..b255e797 100644 --- a/style.go +++ b/style.go @@ -37,7 +37,7 @@ const ( defaultWidth = 1200 ) -// Styles for syntax highlightin. +// Styles for syntax highlighting. var ( CommandStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("12")) FaintStyle = lipgloss.NewStyle().Foreground(lipgloss.AdaptiveColor{Light: "242", Dark: "238"})