aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-11-05 21:31:46 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2015-11-05 21:31:46 +0100
commite262b2d01ccf26deb2345665a748548c7c18a8c1 (patch)
tree3b3c5a20429dd36cc060adfa4659f62a47d8598e /guides/source/asset_pipeline.md
parentc453f9cdb0b485a7f9c7df90d353756e4d5e8ff3 (diff)
downloadrails-e262b2d01ccf26deb2345665a748548c7c18a8c1.tar.gz
rails-e262b2d01ccf26deb2345665a748548c7c18a8c1.tar.bz2
rails-e262b2d01ccf26deb2345665a748548c7c18a8c1.zip
[ci skip] ( ͡° ͜ʖ ͡°) ( ͡⊙ ͜ʖ ͡⊙) ( ͡◉ ͜ʖ ͡◉) javascript => JavaScript
JavaScript is spelled with a capital J and S.
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 7752c36926..0f2283318a 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -1021,7 +1021,7 @@ header](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9) is a W3C
specification that describes how a request can be cached. When no CDN is used, a
browser will use this information to cache contents. This is very helpful for
assets that are not modified so that a browser does not need to re-download a
-website's CSS or javascript on every request. Generally we want our Rails server
+website's CSS or JavaScript on every request. Generally we want our Rails server
to tell our CDN (and browser) that the asset is "public", that means any cache
can store the request. Also we commonly want to set `max-age` which is how long
the cache will store the object before invalidating the cache. The `max-age`