aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2014-08-24 23:33:31 -0500
committerschneems <richard.schneeman@gmail.com>2014-08-24 23:33:31 -0500
commit4d600ed6000b2444ef3fcf279f13e4261d6e7274 (patch)
tree6f7622bca9ecd47af1e9c4cf3158a66f20d57235 /guides
parentfa704ed6f4568dbabce713f7c4788575e91c09af (diff)
downloadrails-4d600ed6000b2444ef3fcf279f13e4261d6e7274.tar.gz
rails-4d600ed6000b2444ef3fcf279f13e4261d6e7274.tar.bz2
rails-4d600ed6000b2444ef3fcf279f13e4261d6e7274.zip
[ci skip] fix grammar in docs
Diffstat (limited to 'guides')
-rw-r--r--guides/source/asset_pipeline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index c5985ddaf4..a2927a50e9 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -1112,7 +1112,7 @@ 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
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 a the
+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
each asset will have a different file name when it is changed. This way you
don't have to ever manually invalidate any items in your cache. By using a