Skip to content

Commit 7cab0e2

Browse files
Merge pull request prototypejs#56 from victor-homyakov/patch-16
Fix typo in PDoc.
2 parents abbdb5d + 6d62c44 commit 7cab0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/ajax/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* status-specific callback is defined, it gets invoked. Otherwise, if
5050
* `onSuccess` is defined and the response is deemed a success (see below), it
5151
* 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
52+
* deemed a success, it is invoked. Only after that potential first callback is
5353
* `onComplete` called.
5454
*
5555
* ##### A note on portability

0 commit comments

Comments
 (0)