aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorMarkov Alexey <piton4eg@mail.ru>2015-10-23 23:20:00 +0300
committerMarkov Alexey <piton4eg@mail.ru>2015-10-23 23:20:00 +0300
commit6f9d7f346b218d559372797aff3accf5141db711 (patch)
tree7bf2f440e9df00b02688e611d8e7e46976c6a1a9 /guides/source/asset_pipeline.md
parent6f62ace65a720f515da82f5fc5f3e7eab1df8658 (diff)
downloadrails-6f9d7f346b218d559372797aff3accf5141db711.tar.gz
rails-6f9d7f346b218d559372797aff3accf5141db711.tar.bz2
rails-6f9d7f346b218d559372797aff3accf5141db711.zip
Fix punctuation [ci skip]
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 7b8d2d3aef..41881abb62 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -662,7 +662,7 @@ generates something like this:
rel="stylesheet" />
```
-Note: with the Asset Pipeline the :cache and :concat options aren't used
+NOTE: with the Asset Pipeline the `:cache` and `:concat` options aren't used
anymore, delete these options from the `javascript_include_tag` and
`stylesheet_link_tag`.