aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAkshay Khole <akshay@reversehack.in>2013-06-25 15:55:03 +0530
committerAkshay Khole <akshay@reversehack.in>2013-06-25 16:47:29 +0530
commit444d3412b90fab2cc0a0d3bab48d8eda3b9fed31 (patch)
tree483de52a1cd68215943a1f790cb6995707386b77 /guides
parentaaad6b6e13dd83f64e7c582bbd63bbe0eb6e4814 (diff)
downloadrails-444d3412b90fab2cc0a0d3bab48d8eda3b9fed31.tar.gz
rails-444d3412b90fab2cc0a0d3bab48d8eda3b9fed31.tar.bz2
rails-444d3412b90fab2cc0a0d3bab48d8eda3b9fed31.zip
Fixing Issue #11083
Removing other occurrences of `the` appearing twice
Diffstat (limited to 'guides')
-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 b409534cb0..7f37a298b1 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 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 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.