aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/rails_application_templates.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/rails_application_templates.md')
-rw-r--r--guides/source/rails_application_templates.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/rails_application_templates.md b/guides/source/rails_application_templates.md
index 83c563ac78..9e694acb98 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
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.
+* How to use templates to generate/customize Rails applications.
+* How to write your own reusable application templates using the Rails template API.
--------------------------------------------------------------------------------