Skip to content

Commit 6c75dda

Browse files
authored
Merge pull request #3006 from port-labs/PORT-16530-bug-unexpected-characters-appear-at-the-end-of-a-line
remove unnecessary char
2 parents b944a65 + 0d533ec commit 6c75dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-reference/rate-limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To avoid hitting rate limits, you should monitor the rate limit headers in your
4646
The `x-ratelimit-remaining` header shows how many requests you have left in the current window.
4747
When this number gets low, you should reduce your request frequency or implement a backoff strategy.
4848

49-
The `x-ratelimit-reset` header tells you when the rate limit window will reset, which can help you plan when to resume normal request rates. */}
49+
The `x-ratelimit-reset` header tells you when the rate limit window will reset, which can help you plan when to resume normal request rates.
5050

5151
### Use exponential backoff
5252

0 commit comments

Comments
 (0)