From 97b95c3efb12d4afe11a73ced18d0b0ad906efdb Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 29 Nov 2012 05:34:00 -0800 Subject: [PATCH] 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. --- guides/source/asset_pipeline.md | 4 ++-- 1 file 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: -- GitLab