aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/asset_pipeline.textile
diff options
context:
space:
mode:
authorEvan Farrar <evanfarrar@gmail.com>2011-05-29 22:06:15 -0400
committerEvan Farrar <evanfarrar@gmail.com>2011-05-29 22:08:41 -0400
commit91b19186f7161bc2114613b15460fb29d632aff7 (patch)
tree2d85f4c726e9c363c83dcdb8c7cb096e8780aeb6 /railties/guides/source/asset_pipeline.textile
parentace750871527a54bab434aaf31b1e7d80f25aaea (diff)
downloadrails-91b19186f7161bc2114613b15460fb29d632aff7.tar.gz
rails-91b19186f7161bc2114613b15460fb29d632aff7.tar.bz2
rails-91b19186f7161bc2114613b15460fb29d632aff7.zip
Spelling corrections in the guides.
Diffstat (limited to 'railties/guides/source/asset_pipeline.textile')
-rw-r--r--railties/guides/source/asset_pipeline.textile8
1 files changed, 4 insertions, 4 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile
index 1b2cc39f00..d34f078fc6 100644
--- a/railties/guides/source/asset_pipeline.textile
+++ b/railties/guides/source/asset_pipeline.textile
@@ -4,8 +4,8 @@ This guide will cover the ideology of the asset pipeline introduced in Rails 3.1
By referring to this guide you will be able to:
* Properly organize your application assets
-* Understand the benefits of the asset pipline
-* Adding a preproccessor to the pipeline
+* Understand the benefits of the asset pipeline
+* Adding a preprocessor to the pipeline
* Package assets with a gem
endprologue.
@@ -24,7 +24,7 @@ h4. Default Files Loaded
h4. Directives
-h4. Stacking Preproccessors
+h4. Stacking Preprocessors
h3. Packaging Assets with Your Gems
@@ -32,4 +32,4 @@ You may find it useful to package certain assets with your gem. A simple example
h3. More on Sprockets
-Sprockets is the engine that handles the asset pipeline in Rails 3.1 and above. Their offical website is available at "http://getsprockets.org/":http://getsprockets.org/ and the source code is "on github":https://github.com/sstephenson/sprockets.
+Sprockets is the engine that handles the asset pipeline in Rails 3.1 and above. Their official website is available at "http://getsprockets.org/":http://getsprockets.org/ and the source code is "on github":https://github.com/sstephenson/sprockets.