From 07efeaf713a80d0de083ed4885363f82f4a25437 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 21 Aug 2024 21:28:19 +0100 Subject: [PATCH] UK spelling --- src/textual/widgets/_sparkline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/widgets/_sparkline.py b/src/textual/widgets/_sparkline.py index d691f5f435..f638b28314 100644 --- a/src/textual/widgets/_sparkline.py +++ b/src/textual/widgets/_sparkline.py @@ -32,7 +32,7 @@ class Sparkline(Widget): | Class | Description | | :- | :- | | `sparkline--max-color` | The color used for the larger values in the data. | - | `sparkline--min-color` | The colour used for the smaller values in the data. | + | `sparkline--min-color` | The color used for the smaller values in the data. | """ DEFAULT_CSS = """