From d987ef84f26606f8a225d7b5c7f65c96002f312a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 23 Aug 2021 23:30:54 +0200 Subject: [PATCH] Fix list description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8cf3a0..8c5e1e3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ indenting and text wrapping. A customizable, batteries-included component for browsing a set of items. Features pagination, fuzzy filtering, auto-generated help, an activity spinner, -and status messages, all of which and be enabled and disabled as needed. +and status messages, all of which can be enabled and disabled as needed. Extrapolated from [Glow][glow]. * [Example code, default list](https://github.com/charmbracelet/tea/tree/master/examples/list-default/main.go)