diff --git a/entries/validate.xml b/entries/validate.xml
index 25f6b49..6a86ad5 100644
--- a/entries/validate.xml
+++ b/entries/validate.xml
@@ -25,7 +25,7 @@
- Callback for handling the actual submit when the form is valid. Gets the form as the only argument. Replaces the default submit. The right place to submit a form via Ajax after it is validated.
+ Callback for handling the actual submit when the form is valid. Gets the form and the submit event as the only arguments. Replaces the default submit. The right place to submit a form via Ajax after it is validated.
Example: Submits the form via Ajax when valid.
$("#myform").validate({