Browse Source

Grammar fix

Added "to."
This could also be re-written as "This is where we connect nodes to listen to the node we selected."
blurrred 6 years ago
parent
commit
37ccbd76cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/ui_code_a_life_bar.rst

+ 1 - 1
getting_started/step_by_step/ui_code_a_life_bar.rst

@@ -219,7 +219,7 @@ of information. And you will update the state of your connected node
 With this in mind let's connect the ``GUI`` to the ``Player``. Click on
 With this in mind let's connect the ``GUI`` to the ``Player``. Click on
 the ``Player`` node in the scene dock to select it. Head down to the
 the ``Player`` node in the scene dock to select it. Head down to the
 Inspector and click on the Node tab. This is the place to connect nodes
 Inspector and click on the Node tab. This is the place to connect nodes
-to listen the one you selected.
+to listen to the one you selected.
 
 
 The first section lists custom signals defined in ``Player.gd``:
 The first section lists custom signals defined in ``Player.gd``: