diff --git a/entries/jQuery.ajax.xml b/entries/jQuery.ajax.xml
index 7f8b7d3b..ea8f6307 100644
--- a/entries/jQuery.ajax.xml
+++ b/entries/jQuery.ajax.xml
@@ -32,7 +32,7 @@
success
and error
callbacks are executed). The function gets passed two arguments: The jqXHR (in jQuery 1.4.x, XMLHTTPRequest) object and a string categorizing the status of the request ("success"
, "notmodified"
, "error"
, "timeout"
, "abort"
, or "parsererror"
). As of jQuery 1.5, the complete
setting can accept an array of functions. Each function will be called in turn. This is an Ajax Event.success
and error
callbacks are executed). The function gets passed two arguments: The jqXHR (in jQuery 1.4.x, XMLHTTPRequest) object and a string categorizing the status of the request ("success"
, "notmodified"
, "nocontent"
, "error"
, "timeout"
, "abort"
, or "parsererror"
). As of jQuery 1.5, the complete
setting can accept an array of functions. Each function will be called in turn. This is an Ajax Event.