Skip to content

Commit 2276c03

Browse files
authored
Merge pull request #7588 from theDavidBarton/patch-1
Fix typo and grammar in StatusTooManyRequests
2 parents eecb0e7 + fb55d44 commit 2276c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/devel/sig-architecture/api-conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,8 +1476,8 @@ due to invalid data provided as part of the request.
14761476

14771477

14781478
* `429 StatusTooManyRequests`
1479-
* Indicates that the either the client rate limit has been exceeded or the
1480-
server has received more requests then it can process.
1479+
* Indicates that either the client rate limit has been exceeded or the
1480+
server has received more requests than it can process.
14811481
* Suggested client recovery behavior:
14821482
* Read the `Retry-After` HTTP header from the response, and wait at least
14831483
that long before retrying.

0 commit comments

Comments
 (0)