mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
[Minor] Fix "it's" that should be "its" (#2595)
* Fix "it's" that should be "its" * Other fixes
This commit is contained in:
committed by
Nathan Lovato
parent
e3a2f6ac55
commit
91897778b2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user