aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/form_helpers.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-03-14 10:12:54 +0530
committerVipul A M <vipulnsward@gmail.com>2013-03-14 10:12:54 +0530
commitd41c279bf12de4722d4cf781929e491e588a612c (patch)
treefb7e16b5446505d5122085dd7ada9be62acf8e57 /guides/source/form_helpers.md
parente23413bfcae72f52258658e1b5ba1f061467077d (diff)
downloadrails-d41c279bf12de4722d4cf781929e491e588a612c.tar.gz
rails-d41c279bf12de4722d4cf781929e491e588a612c.tar.bz2
rails-d41c279bf12de4722d4cf781929e491e588a612c.zip
do some typo fixing
Diffstat (limited to 'guides/source/form_helpers.md')
-rw-r--r--guides/source/form_helpers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md
index b8681d493a..dd641c2e29 100644
--- a/guides/source/form_helpers.md
+++ b/guides/source/form_helpers.md
@@ -423,7 +423,7 @@ Whenever Rails sees that the internal value of an option being generated matches
TIP: The second argument to `options_for_select` must be exactly equal to the desired internal value. In particular if the value is the integer 2 you cannot pass "2" to `options_for_select` — you must pass 2. Be aware of values extracted from the `params` hash as they are all strings.
-WARNING: when `:inlude_blank` or `:prompt:` are not present, `:include_blank` is forced true if the select attribute `required` is true, display `size` is one and `multiple` is not true.
+WARNING: when `:include_blank` or `:prompt:` are not present, `:include_blank` is forced true if the select attribute `required` is true, display `size` is one and `multiple` is not true.
You can add arbitrary attributes to the options using hashes: