From 95e716e9ec0fc6a9426aff906702532e699b1113 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 23 Oct 2024 12:33:05 -0400 Subject: [PATCH] docs(cursor): fix typo in comment --- cursor/cursor.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cursor/cursor.go b/cursor/cursor.go index 2f69eee..15bfdf0 100644 --- a/cursor/cursor.go +++ b/cursor/cursor.go @@ -52,10 +52,12 @@ func (c Mode) String() string { // Model is the Bubble Tea model for this cursor element. type Model struct { BlinkSpeed time.Duration + // Style for styling the cursor block. Style lipgloss.Style + // TextStyle is the style used for the cursor when it is hidden (when blinking). - // I.e. displaying normal text. + // i.e. displaying normal text. TextStyle lipgloss.Style // char is the character under the cursor