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

pipeline docs - spelling and some whitespace

This commit is contained in:
Richard Hulse 2011-09-01 18:25:24 +12:00
parent 72fea6d2eb
commit 5421d4d016

View file

@ -402,7 +402,7 @@ h4. Live Compilation
In some circumstances you may wish to use live compilation. In this mode all requests for assets in the Pipeline are handled by Sprockets directly.
To enable this options set:
To enable this option set:
<erb>
config.assets.compile = true