Browse Source

Update gui_tutorial.rst

Corrected a minor typo on line 117, changed "taped" to "tapped" as the referenced script says.
Erik Chevalier 8 years ago
parent
commit
6140cfe1d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/step_by_step/gui_tutorial.rst

+ 1 - 1
tutorials/step_by_step/gui_tutorial.rst

@@ -114,7 +114,7 @@ Add a script to that node, with the following code:
             tapped=true
             tapped=true
             update()
             update()
 
 
-Then run the scene. When the rectangle is clicked/taped, it will go from
+Then run the scene. When the rectangle is clicked/tapped, it will go from
 blue to red. That synergy between the events and drawing is pretty much
 blue to red. That synergy between the events and drawing is pretty much
 how most controls work internally.
 how most controls work internally.