aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2014-08-26 10:45:41 -0500
committerschneems <richard.schneeman@gmail.com>2014-08-26 10:45:54 -0500
commitac0df594d5a5c3841126c51edbc3ff397a8eced7 (patch)
tree7473672e98f42167daa963753ada9c52520bf2c2 /guides
parenta8511f314a55e3b263158882451c0d9149139b55 (diff)
downloadrails-ac0df594d5a5c3841126c51edbc3ff397a8eced7.tar.gz
rails-ac0df594d5a5c3841126c51edbc3ff397a8eced7.tar.bz2
rails-ac0df594d5a5c3841126c51edbc3ff397a8eced7.zip
[ci skip] docs grammar
Diffstat (limited to 'guides')
-rw-r--r--guides/source/asset_pipeline.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index 8809512d21..15d743fb33 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -1109,8 +1109,8 @@ Will be a completely different cache from
http://mycdnsubdomain.fictional-cdn.com/assets/smile.png
```
-If you want to set far future `max-age` in your `Cache-Control` (and you do).
-Then make sure when you change your assets that your cache is invalidated. For
+If you want to set far future `max-age` in your `Cache-Control` (and you do),
+then make sure when you change your assets that your cache is invalidated. For
example when changing the smiley face in an image from yellow to blue, you want
all visitors of your site to get the new blue face. When using a CDN with the
Rails asset pipeline `config.assets.digest` is set to true by default so that