We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecacc02 commit 6d62c44Copy full SHA for 6d62c44
src/prototype/ajax/request.js
@@ -49,7 +49,7 @@
49
* status-specific callback is defined, it gets invoked. Otherwise, if
50
* `onSuccess` is defined and the response is deemed a success (see below), it
51
* is invoked. Otherwise, if `onFailure` is defined and the response is *not*
52
- * deemed a sucess, it is invoked. Only after that potential first callback is
+ * deemed a success, it is invoked. Only after that potential first callback is
53
* `onComplete` called.
54
*
55
* ##### A note on portability
0 commit comments