Skip to content

Commit e1fc97a

Browse files
authored
Update README.md
1 parent d3ac709 commit e1fc97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const ratelimit = new Ratelimit({
161161

162162
Builds on top of fixed window but instead of a fixed window, we use a rolling
163163
window. Take this example: We have a rate limit of 10 requests per 1 minute. We
164-
dividie time into 1 minute slices, just like in the fixed window algorithm.
164+
divide time into 1 minute slices, just like in the fixed window algorithm.
165165
Window 1 will be from 00:00:00 to 00:01:00 (HH:MM:SS). Let's assume it is
166166
currently 00:01:15 and we have received 4 requests in the first window and 5
167167
requests so far in the current window. The approximation to determine if the

0 commit comments

Comments
 (0)