From 2fedbaf3ddd91831114f9427ebccbb259ec4ed2b Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 26 Aug 2022 11:02:14 +0100 Subject: [PATCH] tweak --- docs/guide/CSS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/CSS.md b/docs/guide/CSS.md index b56517626..a65b24b00 100644 --- a/docs/guide/CSS.md +++ b/docs/guide/CSS.md @@ -40,7 +40,7 @@ Header { } ``` -The first line is a _selector_ which tells Textual which Widget(s) to modify. In the above example, the styles will be applied to a widget defined in the Python class `Header`. +The first line is a _selector_ which tells Textual which Widget(s) to modify. In the above example, the styles will be applied to a widget defined by the Python class `Header`. ```css hl_lines="2 3 4 5 6" Header {