We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eecb0e7 + fb55d44 commit 2276c03Copy full SHA for 2276c03
contributors/devel/sig-architecture/api-conventions.md
@@ -1476,8 +1476,8 @@ due to invalid data provided as part of the request.
1476
1477
1478
* `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.
+ * Indicates that either the client rate limit has been exceeded or the
+server has received more requests than it can process.
1481
* Suggested client recovery behavior:
1482
* Read the `Retry-After` HTTP header from the response, and wait at least
1483
that long before retrying.
0 commit comments