Browse Source

Merge pull request #285 from timroes/patch-1

Fix small typo in SceneTree docs
Rémi Verschelde 8 years ago
parent
commit
6c40779e19
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
 When a node is connected, directly or indirectly, to the root
 viewport, it becomes part of the *scene tree*.
 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()).
 _enter_tree() and _ready() callbacks (as well as _exit_tree()).
 
 
 .. image:: /img/activescene.png
 .. image:: /img/activescene.png