aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/caching_with_rails.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-11-18 13:47:45 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-11-18 13:47:45 -0200
commita951d5b0933a4a043619bc1bccb561d499b04633 (patch)
tree937bac9e5ac56fd98b5a18c36850348b502e590a /guides/source/caching_with_rails.md
parentce37df9cc1f2c3cdc63dc677645bdfec05c787fe (diff)
downloadrails-a951d5b0933a4a043619bc1bccb561d499b04633.tar.gz
rails-a951d5b0933a4a043619bc1bccb561d499b04633.tar.bz2
rails-a951d5b0933a4a043619bc1bccb561d499b04633.zip
Revert "Fixed a few grammar issues."
This reverts commit 16ce41b7f4449d6df15df30d69aef18da6510f36. Reason: See https://github.com/rails/rails/commit/16ce41b7f4449d6df15df30d69aef18da6510f36#commitcomment-14475125
Diffstat (limited to 'guides/source/caching_with_rails.md')
-rw-r--r--guides/source/caching_with_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md
index 1ae3c4918d..9a56233e4a 100644
--- a/guides/source/caching_with_rails.md
+++ b/guides/source/caching_with_rails.md
@@ -100,7 +100,7 @@ called key-based expiration.
Cache fragments will also be expired when the view fragment changes (e.g., the
HTML in the view changes). The string of characters at the end of the key is a
-template tree digest. It is a md5 hash computed based on the contents of the
+template tree digest. It is an md5 hash computed based on the contents of the
view fragment you are caching. If you change the view fragment, the md5 hash
will change, expiring the existing file.