Skip to content

Commit 1fdcf84

Browse files
authored
Merge pull request cloudfoundry#68 from fj/patch-1
Fix ambiguous description of X-RateLimit-Reset
2 parents fb3a65e + 4c054ab commit 1fdcf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rate-limit-cloud-controller-api.html.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Use this table to understand the rate limit header.
2626
</tr>
2727
<tr>
2828
<td>X-RateLimit-Reset</td>
29-
<td>The time remaining before the rate limit counter resets, in UTC <a href="https://en.wikipedia.org/wiki/Unix_time">epoch seconds</a>.</td>
29+
<td>The time when the rate limit counter resets, in UTC <a href="https://en.wikipedia.org/wiki/Unix_time">epoch seconds</a>.</td>
3030
</tr>
3131
</table>
3232

33-
When requests exceed the rate limit value, the Cloud Controller API returns a `429: Too Many Requests` error code.
33+
When requests exceed the rate limit value, the Cloud Controller API returns a `429: Too Many Requests` error code.

0 commit comments

Comments
 (0)