fix(textarea): doc comment typo

Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>
This commit is contained in:
Christian Rocha
2025-01-31 16:21:17 -05:00
co-authored by Ayman Bagabas
parent 0b3c0a2653
commit 58b94b31e8
+1 -1
View File
@@ -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