From 09dcab081fbe87820611dd9d01770a0eb11f945c Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 15 Sep 2022 11:11:03 +0100 Subject: [PATCH] Update docs/guide/styles.md Co-authored-by: darrenburns --- 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 e31b9b49c..e4d2001b1 100644 --- a/docs/guide/styles.md +++ b/docs/guide/styles.md @@ -232,7 +232,7 @@ Compare the output of this example to the previous example: ```{.textual path="docs/examples/guide/styles/padding02.py"} ``` -You can also set padding to a tuple of four values which applies padding to each edge individually. The first value it the padding for the top of the widget, followed by the right of the widget, then bottom, then left. +You can also set padding to a tuple of four values which applies padding to each edge individually. The first value is the padding for the top of the widget, followed by the right of the widget, then bottom, then left. ### Border