aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-03-19 06:42:58 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2015-03-19 06:42:58 +0100
commit26122797e2f1ae5dfb7f5e116fd307d25d98cc71 (patch)
treeea05a97cc5441db0f154e78800b2787fb5f1d470
parent257fd1b391091edbf457f84114b0d4ad3ee71549 (diff)
parent63d7fd6e94967824872461f3bfc767250a4aab3a (diff)
downloadrails-26122797e2f1ae5dfb7f5e116fd307d25d98cc71.tar.gz
rails-26122797e2f1ae5dfb7f5e116fd307d25d98cc71.tar.bz2
rails-26122797e2f1ae5dfb7f5e116fd307d25d98cc71.zip
Merge pull request #19400 from jamesbowles/patch-1
[skip ci] Fixed typo in asset pipeline documentation
-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 c9ae256c83..816bff3784 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -974,7 +974,7 @@ http://mycdnsubdomain.fictional-cdn.com/assets/smile.png
If the CDN has a copy of `smile.png` it will serve it to the browser and your
server doesn't even know it was requested. If the CDN does not have a copy it
-will try to find it a the "origin" `example.com/assets/smile.png` and then store
+will try to find it at the "origin" `example.com/assets/smile.png` and then store
it for future use.
If you want to serve only some assets from your CDN, you can use custom `:host`