From 9a5341724a9bc7870062cfd9c772c9bea31095ad Mon Sep 17 00:00:00 2001 From: David Xia Date: Wed, 12 Apr 2017 10:13:41 -0400 Subject: [PATCH] Fix typo in API V1 docs --- Documentation/api_v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/api_v1.md b/Documentation/api_v1.md index 7797d72b..fadea85f 100644 --- a/Documentation/api_v1.md +++ b/Documentation/api_v1.md @@ -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