aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides
diff options
context:
space:
mode:
authorFrederick Cheung <frederick.cheung@gmail.com>2009-01-25 12:38:05 +0000
committerFrederick Cheung <frederick.cheung@gmail.com>2009-01-25 12:38:05 +0000
commit279ec8116c34dc6aa26e4e54c8d6f2eb1e03baf5 (patch)
treea85753f13a6c59f5e12409cae8456ff84647f888 /railties/doc/guides
parent14dd6c4d2f978d743269cf1096f0ad551a32d240 (diff)
downloadrails-279ec8116c34dc6aa26e4e54c8d6f2eb1e03baf5.tar.gz
rails-279ec8116c34dc6aa26e4e54c8d6f2eb1e03baf5.tar.bz2
rails-279ec8116c34dc6aa26e4e54c8d6f2eb1e03baf5.zip
tweak section name
Diffstat (limited to 'railties/doc/guides')
-rw-r--r--railties/doc/guides/source/form_helpers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/source/form_helpers.txt b/railties/doc/guides/source/form_helpers.txt
index bac3496b86..94a1d0a3ed 100644
--- a/railties/doc/guides/source/form_helpers.txt
+++ b/railties/doc/guides/source/form_helpers.txt
@@ -365,7 +365,7 @@ Here is what the markup might look like:
Here you have a list of cities whose names are presented to the user. Internally the application only wants to handle their IDs so they are used as the options' value attribute. Let's see how Rails can help out here.
-The select tag and options
+The select and options tag
~~~~~~~~~~~~~~~~~~~~~~~~~~
The most generic helper is `select_tag`, which -- as the name implies -- simply generates the `SELECT` tag that encapsulates an options string: