Skip to content

Commit

Permalink
fix(textarea): doc comment typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ayman Bagabas <[email protected]>
  • Loading branch information
meowgorithm and aymanbagabas authored Jan 28, 2025
1 parent cd8dacc commit 7b476db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textarea/textarea.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b476db

Please sign in to comment.