aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-09-15 14:21:32 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-09-15 14:21:32 -0700
commit6690fb827ae166f3906df81eab590f48c15d990a (patch)
treec3b2213abb8fb90885cd5fa6cbee015118ebc412
parentf5268a0823bbb078a8b84d244e5e359729705baf (diff)
parent7cd1b3e675a1f1f4abb0f3f7061c22b796eb5809 (diff)
downloadrails-6690fb827ae166f3906df81eab590f48c15d990a.tar.gz
rails-6690fb827ae166f3906df81eab590f48c15d990a.tar.bz2
rails-6690fb827ae166f3906df81eab590f48c15d990a.zip
Merge pull request #12239 from JuanitoFatas/form_helpers
[ci skip] Consistency wording of 9.6 in 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.