aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/service/xhr.error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/xhr.error.js b/src/service/xhr.error.js
index 5dd7983b..0ff6de1c 100644
--- a/src/service/xhr.error.js
+++ b/src/service/xhr.error.js
@@ -19,7 +19,7 @@
* - `method` – `{string}` – The http request method.
* - `url` – `{string}` – The request destination.
* - `data` – `{(string|Object)=} – An optional request body.
- * - `callback` – `{function()}` – The callback function
+ * - `success` – `{function()}` – The success callback function
*
* @param {Object} response Response object.
*