diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 8809512d21c11d7608717460d254afa4403cf3f9..15d743fb334488cd6a8922be2a0f8f8635df5b76 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