From ad5fb455c131d569aee9cbb6063e24358e0caf51 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 14 Oct 2022 08:52:29 +0100 Subject: [PATCH] it's -> its --- 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 b1b2c9f92..7e6ea0f86 100644 --- a/docs/guide/CSS.md +++ b/docs/guide/CSS.md @@ -218,7 +218,7 @@ You may have noticed that the `border` rule exists in both Static and Button. Wh ### ID selector -Every Widget can have a single `id` attribute, which is set via the constructor. The ID should be unique to it's container. +Every Widget can have a single `id` attribute, which is set via the constructor. The ID should be unique to its container. Here's an example of a widget with an ID: