File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
actionpack/lib/action_controller/metal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module ClassMethods
16
16
# in the <tt>with:</tt> parameter. It's evaluated within the context of the controller processing the request.
17
17
#
18
18
# 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,
20
20
# you can pass a custom store in the <tt>store</tt> parameter.
21
21
#
22
22
# Examples:
You can’t perform that action at this time.
0 commit comments