it's -> its

This commit is contained in:
Dave Pearson
2022-10-14 18:35:18 +01:00
parent 8c5749898f
commit 72c99e69fb

View File

@@ -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" --8<-- "docs/images/events/bubble2.excalidraw.svg"
</div> </div>
As before, the event bubbles to it's parent (the App class). As before, the event bubbles to its parent (the App class).
<div class="excalidraw"> <div class="excalidraw">
--8<-- "docs/images/events/bubble3.excalidraw.svg" --8<-- "docs/images/events/bubble3.excalidraw.svg"