Browse Source

Merge pull request #310 from ErikChevalier/patch-1

Update gui_tutorial.rst
Rémi Verschelde 8 years ago
parent
commit
2066c246e2
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
             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
 how most controls work internally.