Skip to content

Commit

Permalink
Fix typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlenz committed Apr 1, 2014
1 parent 9eddb2f commit 58f5d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jquery.iframe-transport.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
// impossible for the javascript code to determine the HTTP status code of the
// servers response. Effectively, all of the calls you make will look like they
// are getting successful responses, and thus invoke the `done()` or
// `complete()` callbacks. You can only determine communicate problems using
// the content of the response payload. For example, consider using a JSON
// response such as the following to indicate a problem with an uploaded file:
// `complete()` callbacks. You can only communicate problems using the content
// of the response payload. For example, consider using a JSON response such as
// the following to indicate a problem with an uploaded file:

// <textarea data-type="application/json">
// {"ok": false, "message": "Please only upload reasonably sized files."}
Expand Down

0 comments on commit 58f5d03

Please sign in to comment.