Skip to content

Commit ee4cbf1

Browse files
punctuation
1 parent 6f5a673 commit ee4cbf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/api-shield/rate-limit-user.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ You must also count the JWT claim that uniquely identifies the user. If you sele
1515

1616
If you offer multiple tiers on your website or application and you want to enforce rate limiting based on the tiers, such as:
1717

18-
- If `"aud": "free-tier"`, rate limit to five requests per minute
19-
- If `"aud": "premium-tier"`, rate limit to 50 requests per minute
18+
- If `"aud": "free-tier"`, rate limit to five requests per minute.
19+
- If `"aud": "premium-tier"`, rate limit to 50 requests per minute.
2020

2121
You can follow the rate limiting rule example below:
2222

0 commit comments

Comments
 (0)