Fix typo and grammar in StatusTooManyRequests

This commit is contained in:
David Barton 2023-10-26 20:47:46 +02:00 committed by GitHub
parent 01cc099c45
commit fb55d44be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1476,8 +1476,8 @@ due to invalid data provided as part of the request.
* `429 StatusTooManyRequests`
* Indicates that the either the client rate limit has been exceeded or the
server has received more requests then it can process.
* Indicates that either the client rate limit has been exceeded or the
server has received more requests than it can process.
* Suggested client recovery behavior:
* Read the `Retry-After` HTTP header from the response, and wait at least
that long before retrying.