[Minor] Fix "it's" that should be "its" (#2595)

* Fix "it's" that should be "its"

* Other fixes
This commit is contained in:
Remi Rampin
2019-07-15 01:44:07 -07:00
committed by Nathan Lovato
parent e3a2f6ac55
commit 91897778b2
8 changed files with 10 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ When a :ref:`Container <class_Container>`-derived node is used, all children :re
own positioning ability. This means the *Container* will control their positioning and any attempt to manually alter these
nodes will be either ignored or invalidated the next time their parent is resized.
Likewise, when a *Container* derived node is resized, all it's children will be re-positioned according to it,
Likewise, when a *Container* derived node is resized, all its children will be re-positioned according to it,
with a behavior based on the type of container used:
.. image:: img/container_example.gif