From ac0df594d5a5c3841126c51edbc3ff397a8eced7 Mon Sep 17 00:00:00 2001 From: schneems Date: Tue, 26 Aug 2014 10:45:41 -0500 Subject: [ci skip] docs grammar --- guides/source/asset_pipeline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') 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 -- cgit v1.2.3