diff options
author | Eileen M. Uchitelle <eileencodes@users.noreply.github.com> | 2018-03-12 09:02:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 09:02:27 -0400 |
commit | 76d516089691cf448604a368af8a8279b5b1f28f (patch) | |
tree | e85361a90054ebe591ac6968243b338a7844aa70 /guides/source/asset_pipeline.md | |
parent | aacda9c6901bef01ffac6a11b073305676b3062f (diff) | |
parent | f1b14944841ab4890dacb755dcae627dae101d67 (diff) | |
download | rails-76d516089691cf448604a368af8a8279b5b1f28f.tar.gz rails-76d516089691cf448604a368af8a8279b5b1f28f.tar.bz2 rails-76d516089691cf448604a368af8a8279b5b1f28f.zip |
Merge pull request #32227 from ydakuka/fix-notes-marks
Fix note marks
Diffstat (limited to 'guides/source/asset_pipeline.md')
-rw-r--r-- | guides/source/asset_pipeline.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 618896d458..2f5854fed0 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -917,7 +917,7 @@ config.action_controller.asset_host = ENV['CDN_HOST'] -Note: You would need to set `CDN_HOST` on your server to `mycdnsubdomain +NOTE: You would need to set `CDN_HOST` on your server to `mycdnsubdomain .fictional-cdn.com` for this to work. Once you have configured your server and your CDN when you serve a webpage that |