aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/form_helpers.md
diff options
context:
space:
mode:
authorJuanito Fatas <katehuang0320@gmail.com>2013-09-15 23:04:49 +0800
committerJuanito Fatas <katehuang0320@gmail.com>2013-09-15 23:04:49 +0800
commit7cd1b3e675a1f1f4abb0f3f7061c22b796eb5809 (patch)
treec3b2213abb8fb90885cd5fa6cbee015118ebc412 /guides/source/form_helpers.md
parentf5268a0823bbb078a8b84d244e5e359729705baf (diff)
downloadrails-7cd1b3e675a1f1f4abb0f3f7061c22b796eb5809.tar.gz
rails-7cd1b3e675a1f1f4abb0f3f7061c22b796eb5809.tar.bz2
rails-7cd1b3e675a1f1f4abb0f3f7061c22b796eb5809.zip
[ci skip] Consistency wording of 9.6 in form_helpers.md
Chapter 9 is giving a user and set of addresses example. So 'Add a new address' would be more consistent. Also change the javascript to JavaScript.
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 0287b3df73..4b6d8a93f0 100644
--- a/guides/source/form_helpers.md
+++ b/guides/source/form_helpers.md
@@ -973,4 +973,4 @@ As a convenience you can instead pass the symbol `:all_blank` which will create
### Adding Fields on the Fly
-Rather than rendering multiple sets of fields ahead of time you may wish to add them only when a user clicks on an 'Add new child' button. Rails does not provide any builtin support for this. When generating new sets of fields you must ensure the key of the associated array is unique - the current javascript date (milliseconds after the epoch) is a common choice.
+Rather than rendering multiple sets of fields ahead of time you may wish to add them only when a user clicks on an 'Add new address' button. Rails does not provide any builtin support for this. When generating new sets of fields you must ensure the key of the associated array is unique - the current JavaScript date (milliseconds after the epoch) is a common choice.