diff --git a/xml/System.Windows.Forms/Control.xml b/xml/System.Windows.Forms/Control.xml
index 4efbd8adf63..d71cad3273c 100644
--- a/xml/System.Windows.Forms/Control.xml
+++ b/xml/System.Windows.Forms/Control.xml
@@ -9202,7 +9202,7 @@ MyControl.Font = New Font(MyControl.Font, _
System.Windows.Forms.KeyPressEventHandler
- Occurs when a character. space or backspace key is pressed while the control has focus.
+ Occurs when a character, space, or backspace key is pressed while the control has focus.
-
2.
-
3.
The event is not raised by non-character keys other than space and backspace; however, the non-character keys do raise the and events.