aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/generators.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:14:08 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:14:08 -0800
commit6dcae8ae9c21abd95cc119dd5625b4fb44fd4350 (patch)
tree66620e30489b5169182f337f33f733f4d5013e8b /guides/source/generators.md
parent5cdb23c722dbec0a4a5f74f2b64250bf410db5e2 (diff)
downloadrails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.tar.gz
rails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.tar.bz2
rails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.zip
Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
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 d1ba19e078..f4698ab6fd 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
In this guide you will:
-* 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
+* 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.
--------------------------------------------------------------------------------