aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-04-08 06:08:32 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2009-04-08 06:08:32 -0500
commitb064f6ace8e9e74c82666c8f37bb8e7f45a0c097 (patch)
treee8ea45df7a5d752483420beaba6685b095c56906
parent2e56ce8f8c47349d76e6960f294ee8b66afced75 (diff)
downloadrails-b064f6ace8e9e74c82666c8f37bb8e7f45a0c097.tar.gz
rails-b064f6ace8e9e74c82666c8f37bb8e7f45a0c097.tar.bz2
rails-b064f6ace8e9e74c82666c8f37bb8e7f45a0c097.zip
Fix grammar error in caching docs (via pblka)
-rw-r--r--actionpack/lib/action_controller/caching.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb
index 80d13e25f1..ffd8081edc 100644
--- a/actionpack/lib/action_controller/caching.rb
+++ b/actionpack/lib/action_controller/caching.rb
@@ -13,7 +13,7 @@ module ActionController #:nodoc:
#
# == Caching stores
#
- # All the caching stores from ActiveSupport::Cache is available to be used as backends for Action Controller caching. This setting only
+ # All the caching stores from ActiveSupport::Cache are available to be used as backends for Action Controller caching. This setting only
# affects action and fragment caching as page caching is always written to disk.
#
# Configuration examples (MemoryStore is the default):