Skip to content

Commit 6f64458

Browse files
committed
fix(rate_limiter): fix rateLimiter naming
1 parent bddefb0 commit 6f64458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rate_limiter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ You can configure multiple rate limiters to work together:
678678
;
679679
680680
$framework->rateLimiter()
681-
->limiter('two_per_minute')
681+
->limiter('five_per_hour')
682682
->policy('fixed_window')
683683
->limit(5)
684684
->interval('1 hour')

0 commit comments

Comments
 (0)