We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649d270 commit 2c9c06eCopy full SHA for 2c9c06e
redis/sdks/ratelimit-ts/gettingstarted.mdx
@@ -115,7 +115,7 @@ When we use ratelimit in a serverless environment like CloudFlare Workers or Ver
115
we need to be careful about making sure that the rate limiting operations complete correctly
116
before the runtime ends after returning the response.
117
118
-This is important in two cases where we do some operations in the backgroung asynchronously after `limit` is called:
+This is important in two cases where we do some operations in the background asynchronously after `limit` is called:
119
120
1. Using MultiRegion: synchronize Redis instances in different regions
121
2. Enabling analytics: send analytics to Redis
0 commit comments