diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2016-11-22 10:40:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 10:40:28 +0530 |
commit | a9e11da89916ad73a6913e6c0d8a2e32bf1477c3 (patch) | |
tree | 1f73cb05b4bb2f8c78486e7b6d1a839f0a2dcac9 | |
parent | 6cd65861e93250159b19eac5b990a100f566e0ff (diff) | |
parent | d661cc02df096ab2fa4d53069fc174862da7335d (diff) | |
download | rails-a9e11da89916ad73a6913e6c0d8a2e32bf1477c3.tar.gz rails-a9e11da89916ad73a6913e6c0d8a2e32bf1477c3.tar.bz2 rails-a9e11da89916ad73a6913e6c0d8a2e32bf1477c3.zip |
Merge pull request #27139 from ota42y/ota42y/form_helper_typo_fix
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, |