Skip to content

Commit 194ce13

Browse files
committed
More AC::RateLimiting documentation fixes
1 parent 10a34b7 commit 194ce13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_controller/metal/rate_limiting.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module ClassMethods
1616
# in the <tt>with:</tt> parameter. It's evaluated within the context of the controller processing the request.
1717
#
1818
# Rate limiting relies on a backing <tt>ActiveSupport::Cache</tt> store and defaults to <tt>config.action_controller.cache_store</tt>, which
19-
# itself default to the global <tt>config.cache_store</tt>. If you don't want to store rate limits in the same datastore than your general caches
19+
# itself defaults to the global <tt>config.cache_store</tt>. If you don't want to store rate limits in the same datastore as your general caches,
2020
# you can pass a custom store in the <tt>store</tt> parameter.
2121
#
2222
# Examples:

0 commit comments

Comments
 (0)