aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorMohammad Typaldos <mohammad.elabid@gmail.com>2011-06-18 15:13:41 -0700
committerMohammad Typaldos <mohammad.elabid@gmail.com>2011-06-18 15:13:41 -0700
commit8d64aafa98c0806f34be02c0b38bb4bd9fca2ed9 (patch)
treed0ad80845db9909cf98b2036a21700c744b3196b /railties/guides
parent04daede85d9857e88a0e89019ec6a8ef136330b4 (diff)
downloadrails-8d64aafa98c0806f34be02c0b38bb4bd9fca2ed9.tar.gz
rails-8d64aafa98c0806f34be02c0b38bb4bd9fca2ed9.tar.bz2
rails-8d64aafa98c0806f34be02c0b38bb4bd9fca2ed9.zip
Consistency issues with pre-processor
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/asset_pipeline.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile
index 2c1646d486..0dfa4be292 100644
--- a/railties/guides/source/asset_pipeline.textile
+++ b/railties/guides/source/asset_pipeline.textile
@@ -6,7 +6,7 @@ By referring to this guide you will be able to:
* Understand what the asset pipeline is and what it does
* Properly organize your application assets
* Understand the benefits of the asset pipeline
-* Adding a preprocessor to the pipeline
+* Adding a pre-processor to the pipeline
* Package assets with a gem
endprologue.