diff --git a/tutorials/inputs/inputevent.rst b/tutorials/inputs/inputevent.rst index 82fce4a65..8df0f5565 100644 --- a/tutorials/inputs/inputevent.rst +++ b/tutorials/inputs/inputevent.rst @@ -133,7 +133,7 @@ methods has to be used: 1. Use a :ref:`SubViewportContainer `, which automatically sends events to its child :ref:`SubViewports ` during :ref:`Node._input() ` and :ref:`Node._unhandled_input() `. -2. Implement event propagation based on the indivitual requirements. +2. Implement event propagation based on the individual requirements. GUI events also travel up the scene tree but, since these events target specific Controls, only direct ancestors of the targeted Control node receive the event.