diff options
author | Mohammad Typaldos <mohammad.elabid@gmail.com> | 2011-06-18 15:13:41 -0700 |
---|---|---|
committer | Mohammad Typaldos <mohammad.elabid@gmail.com> | 2011-06-18 15:13:41 -0700 |
commit | 8d64aafa98c0806f34be02c0b38bb4bd9fca2ed9 (patch) | |
tree | d0ad80845db9909cf98b2036a21700c744b3196b /railties/guides/source/asset_pipeline.textile | |
parent | 04daede85d9857e88a0e89019ec6a8ef136330b4 (diff) | |
download | rails-8d64aafa98c0806f34be02c0b38bb4bd9fca2ed9.tar.gz rails-8d64aafa98c0806f34be02c0b38bb4bd9fca2ed9.tar.bz2 rails-8d64aafa98c0806f34be02c0b38bb4bd9fca2ed9.zip |
Consistency issues with pre-processor
Diffstat (limited to 'railties/guides/source/asset_pipeline.textile')
-rw-r--r-- | railties/guides/source/asset_pipeline.textile | 2 |
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. |