From 87dd58def709590a169ba141d22ab1c76081275e Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 12 Jul 2024 12:18:25 -0400 Subject: [PATCH] chore: fix little typo in comment in go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1c7aa38b..de9c8269 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/charmbracelet/lipgloss retract v0.7.0 // v0.7.0 introduces a bug that causes some apps to freeze. -retract v0.11.1 // v0.11.1 uses a broken version of x/ansi StringWidth that causes some liens to wrap incorrectly. +retract v0.11.1 // v0.11.1 uses a broken version of x/ansi StringWidth that causes some lines to wrap incorrectly. go 1.18