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