aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-02-21 21:17:01 +0100
committerXavier Noria <fxn@hashref.com>2013-02-21 21:18:25 +0100
commit4b48a75230615edf72c9701da86413e09e0dc2fe (patch)
treeee5b4f38b2a4349f1851eba67064dac535ad3e89 /actionpack/lib/action_view/helpers/form_tag_helper.rb
parent29927df3d3818c6f79d884ffd1d1727482cd1f9d (diff)
downloadrails-4b48a75230615edf72c9701da86413e09e0dc2fe.tar.gz
rails-4b48a75230615edf72c9701da86413e09e0dc2fe.tar.bz2
rails-4b48a75230615edf72c9701da86413e09e0dc2fe.zip
completes pass over the AP changelog [ci skip]
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_tag_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb
index 86d9f94067..1adc8225f1 100644
--- a/actionpack/lib/action_view/helpers/form_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb
@@ -33,7 +33,7 @@ module ActionView
# (by passing <tt>false</tt>). Remote forms may omit the embedded authenticity token
# by setting <tt>config.action_view.embed_authenticity_token_in_remote_forms = false</tt>.
# This is helpful when you're fragment-caching the form. Remote forms get the
- # authenticity from the <tt>meta</tt> tag, so embedding is unnecessary unless you
+ # authenticity token from the <tt>meta</tt> tag, so embedding is unnecessary unless you
# support browsers without JavaScript.
# * A list of parameters to feed to the URL the form will be posted to.
# * <tt>:remote</tt> - If set to true, will allow the Unobtrusive JavaScript drivers to control the