Add what appears to be a missing "at"

This commit is contained in:
Dave Pearson
2022-10-13 22:01:16 +01:00
parent bfed4a6bf9
commit c37c5569d7

View File

@@ -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"}
```