Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanc committed Feb 27, 2014
1 parent d90c797 commit 3f48c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/pages/documentation.jade
Expand Up @@ -27,7 +27,7 @@ block content


p Each response comes with an appropriate HTTP Status code. These include 200 for success, 400 for bad request, 404 for not found and 500 for server error. The HTTP Status code is also included in the response body. p Each response comes with an appropriate HTTP Status code. These include 200 for success, 400 for bad request, 404 for not found and 500 for server error. The HTTP Status code is also included in the response body.


p JSONP requests do not come with an appropriate HTTP Status code because of silent errors. All JSONP requests return 200 and error is accomplished via the response body. p JSONP requests do not come with an appropriate HTTP Status code because of the silent error problem. All JSONP requests return 200 status code and error checking is accomplished via looking at the response body.


h3#Authentication Authentication h3#Authentication Authentication


Expand Down

0 comments on commit 3f48c68

Please sign in to comment.