spelling fix [ci skip]

This commit is contained in:
karanarora 2015-05-19 23:47:35 +05:30
parent 7fb90694f0
commit 644897a2b1

@ -6,7 +6,7 @@ module CollectionCaching # :nodoc:
included do
# Fallback cache store if Action View is used without Rails.
# Otherwise overriden in Railtie to use Rails.cache.
# Otherwise overridden in Railtie to use Rails.cache.
mattr_accessor(:collection_cache) { ActiveSupport::Cache::MemoryStore.new }
end