1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #22052 from piton4eg/patch-10

Fix punctuation [ci skip]
This commit is contained in:
Arthur Nogueira Neves 2015-10-23 16:47:18 -04:00
commit f94e328cf8

View file

@ -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`.