From 85f66f9c4320ec834041d70ed00364a72ad62849 Mon Sep 17 00:00:00 2001 From: pblka Date: Tue, 7 Apr 2009 17:48:15 -0600 Subject: [PATCH] Fix a spelling error in the Caching docs --- actionpack/lib/action_controller/caching.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb index 80d13e2..ffd8081 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): -- 1.6.2.2