From 6dcae8ae9c21abd95cc119dd5625b4fb44fd4350 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 29 Nov 2012 05:14:08 -0800 Subject: Add periods to the bullet points in guides. Talked with @fxn about this. Bullet points should have periods at the ends. --- guides/source/rails_application_templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source/rails_application_templates.md') diff --git a/guides/source/rails_application_templates.md b/guides/source/rails_application_templates.md index 6cd19eb8e9..25ca09de94 100644 --- a/guides/source/rails_application_templates.md +++ b/guides/source/rails_application_templates.md @@ -5,8 +5,8 @@ Application templates are simple Ruby files containing DSL for adding gems/initi By referring to this guide, you will be able to: -* Use templates to generate/customize Rails applications -* Write your own reusable application templates using the Rails template API +* Use templates to generate/customize Rails applications. +* Write your own reusable application templates using the Rails template API. -------------------------------------------------------------------------------- -- cgit v1.2.3 From d16a1b9e8b2e94649c42e4320881e84add9ec89d Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 29 Nov 2012 14:25:02 -0800 Subject: Normalize on 'After reading this guide, you will know:' We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. --- guides/source/rails_application_templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/rails_application_templates.md') diff --git a/guides/source/rails_application_templates.md b/guides/source/rails_application_templates.md index 25ca09de94..83c563ac78 100644 --- a/guides/source/rails_application_templates.md +++ b/guides/source/rails_application_templates.md @@ -3,7 +3,7 @@ Rails Application Templates Application templates are simple Ruby files containing DSL for adding gems/initializers etc. to your freshly created Rails project or an existing Rails project. -By referring to this guide, you will be able to: +After reading this guide, you will know: * Use templates to generate/customize Rails applications. * Write your own reusable application templates using the Rails template API. -- cgit v1.2.3