We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ac709 commit e1fc97aCopy full SHA for e1fc97a
README.md
@@ -161,7 +161,7 @@ const ratelimit = new Ratelimit({
161
162
Builds on top of fixed window but instead of a fixed window, we use a rolling
163
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.
+divide time into 1 minute slices, just like in the fixed window algorithm.
165
Window 1 will be from 00:00:00 to 00:01:00 (HH:MM:SS). Let's assume it is
166
currently 00:01:15 and we have received 4 requests in the first window and 5
167
requests so far in the current window. The approximation to determine if the
0 commit comments