Control: small typo in enum MouseBehaviorRecursive
Your Godot version: 4.5.1.stable
Issue description:
There is a typo in the documentation for the enum MouseBehaviorRecursive in Control.
For the value MOUSE_BEHAVIOR_ENABLED, it says "Allows the control to be receive mouse input, [...]".
It is probably meant to say "Allows the control to receive mouse input, [...]".
URL to the documentation page (if already existing): https://docs.godotengine.org/en/4.5/classes/class_control.html#enum-control-mousebehaviorrecursive
@AThousandShips @SamTheBlow can i take up this issue i wanna contribute
Please go ahead, note that the class reference is updated here, not on this repo, please check the pull request workflow instructions before you start