diff options
author | ota42y <ota42y@gmail.com> | 2016-11-22 13:57:34 +0900 |
---|---|---|
committer | ota42y <ota42y@gmail.com> | 2016-11-22 13:57:57 +0900 |
commit | d661cc02df096ab2fa4d53069fc174862da7335d (patch) | |
tree | 1f73cb05b4bb2f8c78486e7b6d1a839f0a2dcac9 | |
parent | 6cd65861e93250159b19eac5b990a100f566e0ff (diff) | |
download | rails-d661cc02df096ab2fa4d53069fc174862da7335d.tar.gz rails-d661cc02df096ab2fa4d53069fc174862da7335d.tar.bz2 rails-d661cc02df096ab2fa4d53069fc174862da7335d.zip |
form_helper typo fix [ci skip]
-rw-r--r-- | actionview/lib/action_view/helpers/form_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb index 1e1ddb4d71..f1eefe1b8e 100644 --- a/actionview/lib/action_view/helpers/form_helper.rb +++ b/actionview/lib/action_view/helpers/form_helper.rb @@ -520,7 +520,7 @@ module ActionView # # By default +form_with+ attaches the <tt>data-remote</tt> attribute # submitting the form via an XMLHTTPRequest in the background if an - # an Unobtrusive JavaScript driver, like rails-ujs, is used. See the + # Unobtrusive JavaScript driver, like rails-ujs, is used. See the # <tt>:remote</tt> option for more. # # For ease of comparison the examples above left out the submit button, |