From e280719816a0d56aa70e8ebd024133afb1625382 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 13 Oct 2022 22:14:14 +0100 Subject: [PATCH] Singular style --- 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 7b868f86a..95dff6435 100644 --- a/docs/guide/styles.md +++ b/docs/guide/styles.md @@ -195,7 +195,7 @@ Let's look at an example. We will create two widgets, one with a height of `"2fr --8<-- "docs/examples/guide/styles/dimensions04.py" ``` -The total `fr` units for height is 3. The first widget will have a screen height of two thirds because its height style is set to `2fr`. The second widget's height styles is `1fr` so its screen height will be one third. Here's what that looks like. +The total `fr` units for height is 3. The first widget will have a screen height of two thirds because its height style is set to `2fr`. The second widget's height style is `1fr` so its screen height will be one third. Here's what that looks like. ```{.textual path="docs/examples/guide/styles/dimensions04.py"} ```