From 91b19186f7161bc2114613b15460fb29d632aff7 Mon Sep 17 00:00:00 2001 From: Evan Farrar Date: Sun, 29 May 2011 22:06:15 -0400 Subject: Spelling corrections in the guides. --- railties/guides/source/asset_pipeline.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'railties/guides/source/asset_pipeline.textile') 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. -- cgit v1.2.3