diff --git a/docs/guide/styles.md b/docs/guide/styles.md index 8720cba9a..3f4ca7948 100644 --- a/docs/guide/styles.md +++ b/docs/guide/styles.md @@ -96,7 +96,7 @@ The following example shows what happens when you set alpha on background colors --8<-- "docs/examples/guide/styles/colors02.py" ``` -Notice that an alpha of 0.1 the background almost matches the screen, but at 1.0 it is a solid color. +Notice that at an alpha of 0.1 the background almost matches the screen, but at 1.0 it is a solid color. ```{.textual path="docs/examples/guide/styles/colors02.py"} ```