Skip to content

Commit

Permalink
Merge pull request #931 from devautor/patch-1
Browse files Browse the repository at this point in the history
Typo error fixed
  • Loading branch information
Kikobeats authored Jun 10, 2020
2 parents 33c6bc2 + 88d3825 commit b7e1c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/api/basics/rate-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ When the API quota is reset, you have a fresh start again.
Your current rate limit status is reflected as part of your response with the following headers:

- `x-rate-limit-limit`: The maximum number of requests that the consumer is permitted to make per minute.
- `x-rate-limit-reset`: The number of requests remaining in the current rate limit window.
- `x-rate-limit-remaining`: The time at which the current rate limit window resets in UTC epoch seconds.
- `x-rate-limit-remaining`: The number of requests remaining in the current rate limit window.
- `x-rate-limit-reset`: The time at which the current rate limit window resets in UTC epoch seconds.

We don't apply any throttling limitation: You can perform as much parallel requests as your daily quota allowed you

Expand Down

1 comment on commit b7e1c81

@vercel
Copy link

@vercel vercel bot commented on b7e1c81 Jun 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.