aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/conditional_get.rb
diff options
context:
space:
mode:
authorkaranarora <mail@arorakaran.com>2015-05-20 22:52:18 +0530
committerkaranarora <mail@arorakaran.com>2015-05-23 03:01:33 +0530
commit07503309412fee39258e43e18ce4dc1eaa5493a1 (patch)
tree5e460afe18551f25345b9b2e8ce6f0ec40fbe962 /actionpack/lib/action_controller/metal/conditional_get.rb
parent3873fc5c1c5836d41b288840773ecd1704953f29 (diff)
downloadrails-07503309412fee39258e43e18ce4dc1eaa5493a1.tar.gz
rails-07503309412fee39258e43e18ce4dc1eaa5493a1.tar.bz2
rails-07503309412fee39258e43e18ce4dc1eaa5493a1.zip
Spelling/typo/grammatical fixes [ci skip]
spelling fix [ci skip] example to be consistent [ci skip] grammatical fix typo fixes [ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/metal/conditional_get.rb')
-rw-r--r--actionpack/lib/action_controller/metal/conditional_get.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/conditional_get.rb b/actionpack/lib/action_controller/metal/conditional_get.rb
index 47bcfdb1e9..bb3ad9b850 100644
--- a/actionpack/lib/action_controller/metal/conditional_get.rb
+++ b/actionpack/lib/action_controller/metal/conditional_get.rb
@@ -40,7 +40,7 @@ module ActionController
# * <tt>:etag</tt>.
# * <tt>:last_modified</tt>.
# * <tt>:public</tt> By default the Cache-Control header is private, set this to
- # +true+ if you want your application to be cachable by other devices (proxy caches).
+ # +true+ if you want your application to be cacheable by other devices (proxy caches).
# * <tt>:template</tt> By default, the template digest for the current
# controller/action is included in ETags. If the action renders a
# different template, you can include its digest instead. If the action
@@ -111,7 +111,7 @@ module ActionController
# * <tt>:etag</tt>.
# * <tt>:last_modified</tt>.
# * <tt>:public</tt> By default the Cache-Control header is private, set this to
- # +true+ if you want your application to be cachable by other devices (proxy caches).
+ # +true+ if you want your application to be cacheable by other devices (proxy caches).
# * <tt>:template</tt> By default, the template digest for the current
# controller/action is included in ETags. If the action renders a
# different template, you can include its digest instead. If the action