Browse Source

Fix small typo in SceneTree docs
(cherry picked from commit 49ca5377134ebb14d769918865af5a4ed25fbc8c)

Tim Roes 8 years ago
parent
commit
abfaba5894
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/step_by_step/scene_tree.rst

+ 1 - 1
tutorials/step_by_step/scene_tree.rst

@@ -97,7 +97,7 @@ Scene tree
 When a node is connected, directly or indirectly, to the root
 viewport, it becomes part of the *scene tree*.
 
-This means that, as explained in previous tutorials, will get the
+This means that, as explained in previous tutorials, it will get the
 _enter_tree() and _ready() callbacks (as well as _exit_tree()).
 
 .. image:: /img/activescene.png