diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-04-03 03:01:49 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-04-03 03:01:49 +0530 |
commit | 0bbd9da0047f8df63377ef12d6d16830778f4a13 (patch) | |
tree | 0ab1f6613d898077d837552890a657dcadb78c95 /actionpack/lib/action_controller/metal | |
parent | aa2cafbad6f9de01086a993af6cfc0ddd34ec1cd (diff) | |
download | rails-0bbd9da0047f8df63377ef12d6d16830778f4a13.tar.gz rails-0bbd9da0047f8df63377ef12d6d16830778f4a13.tar.bz2 rails-0bbd9da0047f8df63377ef12d6d16830778f4a13.zip |
Grammar fixes based on pass over ETag doc changes
[ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/metal')
-rw-r--r-- | actionpack/lib/action_controller/metal/conditional_get.rb | 4 |
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 f202000347..480e265e44 100644 --- a/actionpack/lib/action_controller/metal/conditional_get.rb +++ b/actionpack/lib/action_controller/metal/conditional_get.rb @@ -41,7 +41,7 @@ module ActionController # * <tt>:weak_etag</tt> Sets a "weak" ETag validator on the response. # Requests that set If-None-Match header may return a 304 Not Modified # response if it matches the ETag exactly. A weak ETag indicates semantic - # equivalence, not byte-for-byte equality, so they're a good for caching + # equivalence, not byte-for-byte equality, so they're good for caching # HTML pages in browser caches. They can't be used for responses that # must be byte-identical, like serving Range requests within a PDF file. # * <tt>:strong_etag</tt> Sets a "strong" ETag validator on the response. @@ -131,7 +131,7 @@ module ActionController # * <tt>:weak_etag</tt> Sets a "weak" ETag validator on the response. # requests that set If-None-Match header may return a 304 Not Modified # response if it matches the ETag exactly. A weak ETag indicates semantic - # equivalence, not byte-for-byte equality, so they're a good for caching + # equivalence, not byte-for-byte equality, so they're good for caching # HTML pages in browser caches. They can't be used for responses that # must be byte-identical, like serving Range requests within a PDF file. # * <tt>:strong_etag</tt> Sets a "strong" ETag validator on the response. |