aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/generators.textile
diff options
context:
space:
mode:
authorAndrew Olson <anolson@gmail.com>2011-09-02 11:48:45 -0400
committerAndrew Olson <anolson@gmail.com>2011-09-02 11:48:45 -0400
commitd20281add192e5afba66e555ce67cf73943b033b (patch)
tree9434d31b3d17d735b5afd438c1b1473a074748b7 /railties/guides/source/generators.textile
parentcfd785f910fc914c576133fee263875833ba0c92 (diff)
downloadrails-d20281add192e5afba66e555ce67cf73943b033b.tar.gz
rails-d20281add192e5afba66e555ce67cf73943b033b.tar.bz2
rails-d20281add192e5afba66e555ce67cf73943b033b.zip
Fixing guides validation errors.
Diffstat (limited to 'railties/guides/source/generators.textile')
-rw-r--r--railties/guides/source/generators.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/generators.textile b/railties/guides/source/generators.textile
index 2fa1d6e21d..24f100187a 100644
--- a/railties/guides/source/generators.textile
+++ b/railties/guides/source/generators.textile
@@ -1,4 +1,4 @@
-h2. Creating and Customizing Rails Generators & Templates
+h2. Creating and Customizing Rails Generators &amp; Templates
Rails generators are an essential tool if you plan to improve your workflow. With this guide you will learn how to create generators and customize existing ones.