diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 05:34:00 -0800 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 05:34:00 -0800 |
commit | 97b95c3efb12d4afe11a73ced18d0b0ad906efdb (patch) | |
tree | b991cbd66e8793f40436f885ebcbd21f45adc687 /guides | |
parent | 362f28dedabe110233206f0ea02db2c9ca0c945b (diff) | |
download | rails-97b95c3efb12d4afe11a73ced18d0b0ad906efdb.tar.gz rails-97b95c3efb12d4afe11a73ced18d0b0ad906efdb.tar.bz2 rails-97b95c3efb12d4afe11a73ced18d0b0ad906efdb.zip |
Asset Pipeline: add 'the'
Some guides work without 'the'. For instance, 'Migrations' or
'Form Helpers.' But when we talk about the asset pipeline, we...
always say 'the asset pipeline.' The guide title should reflect this.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/asset_pipeline.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 8ab11888f5..5bed678327 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -1,5 +1,5 @@ -Asset Pipeline -============== +The Asset Pipeline +================== This guide covers the asset pipeline introduced in Rails 3.1. By referring to this guide you will be able to: |