Skip to content

Commit fb55d44

Browse files
Fix typo and grammar in StatusTooManyRequests
1 parent 01cc099 commit fb55d44

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)