Skip to content

Commit 2c9c06e

Browse files
authored
Fix typo in gettingstarted.mdx (#583)
1 parent 649d270 commit 2c9c06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/sdks/ratelimit-ts/gettingstarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ When we use ratelimit in a serverless environment like CloudFlare Workers or Ver
115115
we need to be careful about making sure that the rate limiting operations complete correctly
116116
before the runtime ends after returning the response.
117117

118-
This is important in two cases where we do some operations in the backgroung asynchronously after `limit` is called:
118+
This is important in two cases where we do some operations in the background asynchronously after `limit` is called:
119119

120120
1. Using MultiRegion: synchronize Redis instances in different regions
121121
2. Enabling analytics: send analytics to Redis

0 commit comments

Comments
 (0)