aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2014-08-26 10:43:22 -0500
committerschneems <richard.schneeman@gmail.com>2014-08-26 10:45:54 -0500
commit0508da1acb9095b866a76983bf125722508861ca (patch)
treecadcb4b117e494ea11827d1f28469ebbc90ebecc /guides/source/asset_pipeline.md
parent41739a2677ce52ea842c14f1bf3323256e0c6a10 (diff)
downloadrails-0508da1acb9095b866a76983bf125722508861ca.tar.gz
rails-0508da1acb9095b866a76983bf125722508861ca.tar.bz2
rails-0508da1acb9095b866a76983bf125722508861ca.zip
[ci skip] use NOTE instead of Note
Diffstat (limited to 'guides/source/asset_pipeline.md')
-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 a2927a50e9..15ec8e1feb 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -960,7 +960,7 @@ asset host in Rails, you need to set `config.action_controller.asset_host` in
config.action_controller.asset_host = 'mycdnsubdomain.fictional-cdn.com'
```
-Note: You only need to provide the "host", this is the subdomain and root
+NOTE: You only need to provide the "host", this is the subdomain and root
domain, you do not need to specify a protocol or "scheme" such as `http://` or
`https://`. When a web page is requested, the protocol in the link to your asset
that is generated will match how the webpage is accessed by default.