Fix typo and extra word in "Custom GUI controls"

This commit is contained in:
Andrew Conrad
2016-03-12 09:48:00 -06:00
parent 9bc54102a0
commit e3fa235d6c

View File

@@ -80,7 +80,7 @@ Or alternatively, set it via function:
Input
-----
Controls provide a few helpers to make managing input events much esier
Controls provide a few helpers to make managing input events much easier
than regular nodes.
Input events
@@ -91,8 +91,8 @@ mentioning that controls have a special input method that only works
when:
- The mouse pointer is over the control.
- The left button was pressed over this control (control always
captures input until button si released)
- The button was pressed over this control (control always
captures input until button is released)
- Control provides keyboard/joypad focus via
:ref:`Control.set_focus_mode() <class_Control_set_focus_mode>`.