diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index 3ee4e865003..8b0166508ed 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -1257,7 +1257,7 @@
Prevents the control from receiving mouse input. [method get_mouse_filter_with_override] will return [constant MOUSE_FILTER_IGNORE].
- Allows the control to be receive mouse input, depending on the [member mouse_filter]. This can be used to ignore the parent's [member mouse_behavior_recursive]. [method get_mouse_filter_with_override] will return the [member mouse_filter].
+ Allows the control to receive mouse input, depending on the [member mouse_filter]. This can be used to ignore the parent's [member mouse_behavior_recursive]. [method get_mouse_filter_with_override] will return the [member mouse_filter].
Sent when the node changes size. Use [member size] to get the new size.