Skip to content

Commit cdb96e1

Browse files
julien-cSBrandeis
andauthored
Update docs/hub/rate-limits.md
Co-authored-by: Simon Brandeis <[email protected]>
1 parent 733af34 commit cdb96e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/rate-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Precisely, we implement the following headers:
4646
| Header | Purpose / Meaning |
4747
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
4848
| **`RateLimit‑Policy`** | Carries the rate limit policy itself (e.g. “100 requests per 5 minutes”). It’s informative; shows what policy the client is subject to. |
49-
| **`RateLimit‑Limit`** | The total allowed rate limit for the current window. “How many requests (of this type) you’re allowed.” |
49+
| **`RateLimit‑Limit`** | The total allowed rate limit for the current window. “How many requests (of this type) you’re allowed to perform.” |
5050
| **`RateLimit‑Remaining`** | How many requests of this type you have left in the current window. |
5151
| **`RateLimit‑Reset`** | Number of seconds until the rate limit window resets (or until quota is refreshed). Uses a “delta-seconds” format to reduce clock sync issues. |
5252

0 commit comments

Comments
 (0)