From 6085495b25af32d3fcacb97da62f487fb7b76866 Mon Sep 17 00:00:00 2001 From: Xel Date: Mon, 11 May 2026 00:06:44 -0600 Subject: [PATCH] docs: fix README typo in spinner section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4936e09..e084aa05 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ applications. These components are used in production in [Crush][crush], and [ma Spinner Example -A spinner, useful for indicating that some kind an operation is happening. +A spinner, useful for indicating that some kind of operation is happening. There are a couple default ones, but you can also pass your own ”frames.” - [Example code, basic spinner](https://github.com/charmbracelet/bubbletea/blob/main/examples/spinner/main.go)