diff options
author | Arthur Nogueira Neves <github@arthurnn.com> | 2015-10-23 16:47:18 -0400 |
---|---|---|
committer | Arthur Nogueira Neves <github@arthurnn.com> | 2015-10-23 16:47:18 -0400 |
commit | f94e328cf801fd5c8055b06c4ee5439273146833 (patch) | |
tree | b695b8fd85defb9c9250e4b0adb90f339d8d0716 | |
parent | 50f248cae5fd7d0fb41bfef3d52c32cc55666ce4 (diff) | |
parent | 6f9d7f346b218d559372797aff3accf5141db711 (diff) | |
download | rails-f94e328cf801fd5c8055b06c4ee5439273146833.tar.gz rails-f94e328cf801fd5c8055b06c4ee5439273146833.tar.bz2 rails-f94e328cf801fd5c8055b06c4ee5439273146833.zip |
Merge pull request #22052 from piton4eg/patch-10
Fix punctuation [ci skip]
-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 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`. |