diff --git a/docs/guide/styles.md b/docs/guide/styles.md index 4ff4fa87e..dc0586ec4 100644 --- a/docs/guide/styles.md +++ b/docs/guide/styles.md @@ -81,7 +81,7 @@ Here is the output: Textual represents color internally as a tuple of three values for the red, green, and blue components. -Textual support a common fourth value called *alpha* which can make a color translucent. If you set alpha on a background color, Textual will blend the background with the color beneath it. If you set alpha on the text color, then Textual will blend the text with the background color. +Textual supports a common fourth value called *alpha* which can make a color translucent. If you set alpha on a background color, Textual will blend the background with the color beneath it. If you set alpha on the text color, then Textual will blend the text with the background color. There are a few ways you can set alpha on a color in Textual.