From 72c99e69fb189e994dc743d257cc86b0d0383f16 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 14 Oct 2022 18:35:18 +0100 Subject: [PATCH] it's -> its --- docs/guide/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/events.md b/docs/guide/events.md index f11289442..da58de8b6 100644 --- a/docs/guide/events.md +++ b/docs/guide/events.md @@ -69,7 +69,7 @@ After Textual calls `Button.on_key` the event _bubbles_ to the button's parent a --8<-- "docs/images/events/bubble2.excalidraw.svg" -As before, the event bubbles to it's parent (the App class). +As before, the event bubbles to its parent (the App class).
--8<-- "docs/images/events/bubble3.excalidraw.svg"