Skip to content

Commit

Permalink
Fixes spelling mistakes pointed out by @vijaydev
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEmpty committed May 29, 2011
1 parent 9342ad6 commit 07dcae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/asset_pipeline.textile
Expand Up @@ -14,7 +14,7 @@ h3. What Is The Asset Pipeline?

h4. Why Should I Use it?

Using the asset pipeline allows you to package javascript, CSS, or images with your Rails application, library, or plugin. It also makes it easy to create dynamic CSS with LESS and clean JavaScript with CoffeeScript to name a few of the popular preprocessors. The big difference is that they are now categorized in app/assets, treating them like first-class citizens instead of just throughing them into categorized folders in the public directory.
Using the asset pipeline allows you to package JavaScript, CSS, or images with your Rails application, library, or plugin. It also makes it easy to create dynamic CSS with LESS and clean JavaScript with CoffeeScript to name a few of the popular preprocessors. The big difference is that they are now categorized in app/assets, treating them like first-class citizens instead of just throwing them into categorized folders in the public directory.

h3. How to Use the Asset Pipeline

Expand Down

0 comments on commit 07dcae0

Please sign in to comment.