From 279b043c8188a59a16cf8b175866777a1f42696d Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 13 Oct 2022 21:55:49 +0100 Subject: [PATCH] Add missing plural --- docs/guide/styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/styles.md b/docs/guide/styles.md index 0e0840b6c..191e333af 100644 --- a/docs/guide/styles.md +++ b/docs/guide/styles.md @@ -48,7 +48,7 @@ Note how the combined height of the widget is three rows in the terminal. This i ## Colors -There are a number of style attribute which accept colors. The most commonly used are [color](../styles/color.md) which sets the default color of text on a widget, and [background](..styles/background/md) which sets the background color (beneath the text). +There are a number of style attributes which accept colors. The most commonly used are [color](../styles/color.md) which sets the default color of text on a widget, and [background](..styles/background/md) which sets the background color (beneath the text). You can set a color value to one of a number of pre-defined color constants, such as "crimson", "lime", and "palegreen". You can find a full list in the [Color reference](../reference/color.md#textual.color--named-colors).