From d0166363eb8176b331de98dba1d6e997560f216f Mon Sep 17 00:00:00 2001 From: atennop <73060890+Atennop1@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:44:57 +0300 Subject: [PATCH] fix: changed 'recieve' to 'receive' for 100% quality of Go Report Card (#881) --- cursor/cursor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor/cursor_test.go b/cursor/cursor_test.go index c526c4a..6c04956 100644 --- a/cursor/cursor_test.go +++ b/cursor/cursor_test.go @@ -22,7 +22,7 @@ import ( // A race on “m.blinkTag” will occur if: // 1. [Model.BlinkCmd] is called e.g. by calling [Model.Focus] from // ["github.com/charmbracelet/bubbletea".Model.Update]; -// 2. ["github.com/charmbracelet/bubbletea".handleCommands] is kept sufficiently busy that it does not recieve and +// 2. ["github.com/charmbracelet/bubbletea".handleCommands] is kept sufficiently busy that it does not receive and // execute the [Model.BlinkCmd] e.g. by other long running command or commands; // 3. at least [Mode.BlinkSpeed] time elapses; // 4. [Model.BlinkCmd] is called again;