aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2015-10-23 16:47:18 -0400
committerArthur Nogueira Neves <github@arthurnn.com>2015-10-23 16:47:18 -0400
commitf94e328cf801fd5c8055b06c4ee5439273146833 (patch)
treeb695b8fd85defb9c9250e4b0adb90f339d8d0716 /guides/source/asset_pipeline.md
parent50f248cae5fd7d0fb41bfef3d52c32cc55666ce4 (diff)
parent6f9d7f346b218d559372797aff3accf5141db711 (diff)
downloadrails-f94e328cf801fd5c8055b06c4ee5439273146833.tar.gz
rails-f94e328cf801fd5c8055b06c4ee5439273146833.tar.bz2
rails-f94e328cf801fd5c8055b06c4ee5439273146833.zip
Merge pull request #22052 from piton4eg/patch-10
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`.