aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/generators.md
diff options
context:
space:
mode:
authorKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 12:50:09 -0500
committerKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 12:50:09 -0500
commit7c05ea23a0e6394c61f3d2c1d0ba345784329427 (patch)
tree8472c0ab09bbe95d48659681609cf466c10812d9 /guides/source/generators.md
parent70b809436fdc4f4f95155b0e5968e6cd10b80cd0 (diff)
downloadrails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.tar.gz
rails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.tar.bz2
rails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.zip
Fixed grammar in a lot of guide prologues.
Diffstat (limited to 'guides/source/generators.md')
-rw-r--r--guides/source/generators.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/guides/source/generators.md b/guides/source/generators.md
index f83f5c6691..d23110edd6 100644
--- a/guides/source/generators.md
+++ b/guides/source/generators.md
@@ -5,13 +5,13 @@ Rails generators are an essential tool if you plan to improve your workflow. Wit
After reading this guide, you will know:
-* Learn how to see which generators are available in your application.
-* Create a generator using templates.
-* Learn how Rails searches for generators before invoking them.
-* Customize your scaffold by creating new generators.
-* Customize your scaffold by changing generator templates.
-* Learn how to use fallbacks to avoid overwriting a huge set of generators.
-* Learn how to create an application template.
+* How to see which generators are available in your application.
+* How to create a generator using templates.
+* How Rails searches for generators before invoking them.
+* How to customize your scaffold by creating new generators.
+* How to customize your scaffold by changing generator templates.
+* How to use fallbacks to avoid overwriting a huge set of generators.
+* How to create an application template.
--------------------------------------------------------------------------------