From 58b94b31e8c034cea844c3171175cb56db283794 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 28 Jan 2025 12:58:40 -0500 Subject: [PATCH] fix(textarea): doc comment typo Co-authored-by: Ayman Bagabas --- textarea/textarea.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textarea/textarea.go b/textarea/textarea.go index 3e5fc9b..94d6909 100644 --- a/textarea/textarea.go +++ b/textarea/textarea.go @@ -422,7 +422,7 @@ func (m *Model) SetStyles(s Styles) { m.virtualCursor.Style = s.Focused.Cursor.Style m.virtualCursor.BlinkedStyle = s.Focused.Cursor.BlinkedStyle - // By default, the blink speed of the cursor is set to a deafault + // By default, the blink speed of the cursor is set to a default // internally. if s.Focused.Cursor.BlinkSpeed > 0 { m.virtualCursor.BlinkSpeed = m.activeStyle.Cursor.BlinkSpeed