Merge pull request #363 from davidxia/patch-1

Fix typo in API V1 docs
This commit is contained in:
Jimmy Zelinskie 2017-04-12 10:18:38 -04:00 committed by GitHub
commit d2c397b2b3

View File

@ -26,7 +26,7 @@
#### Description
Every route can optionally provide an `Error` property on the response object.
The HTTP status code of the response should indicate what type of failure occurred and how the client should reaction.
The HTTP status code of the response should indicate what type of failure occurred and how the client should react.
#### Client Retry Behavior