Skip to content

Commit 743cd9a

Browse files
authored
Update index-ratelimiting.mdx
1 parent 9a2af5e commit 743cd9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/howtos/ratelimiting/index-ratelimiting.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import TabItem from '@theme/TabItem';
1010
import useBaseUrl from '@docusaurus/useBaseUrl';
1111
import RedisCard from '@site/src/theme/RedisCard';
1212

13-
Author: [Ajeet Singh Raina](https://twitter.com/ajeetsraina)
1413

1514
Rate limiting is a mechanism that many developers may have to deal with at some point in their life. It’s useful for a variety of purposes like sharing access to limited resources or limiting the number of requests made to an API endpoint and responding with a 429 status code.
1615

0 commit comments

Comments
 (0)