Skip to content

Commit 59866cf

Browse files
authored
Merge pull request #33 from ohbarye/patch-1
Remove duplicated "the"
2 parents ef4814c + bb625e5 commit 59866cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-httpapi-idempotency-key-header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Or, alternately using the HTTP header `Link` pointing to the relevant documentat
199199
rel="describedby"; type="text/html"
200200
~~~
201201

202-
Error scenarios above describe the status of failed idempotent requests after the resource prcocesses them. Clients MUST correct the requests (with the exception of 409 where no correction is required) before performing a retry operation, or the the resource MUST fail the request and return one of the above errors.
202+
Error scenarios above describe the status of failed idempotent requests after the resource prcocesses them. Clients MUST correct the requests (with the exception of 409 where no correction is required) before performing a retry operation, or the resource MUST fail the request and return one of the above errors.
203203

204204
For other 4xx/5xx errors, such as 401, 403, 500, 502, 503, 504, 429, or any other HTTP error code that is not listed here, the client SHOULD act appropriately by following the resource's documentation.
205205

0 commit comments

Comments
 (0)