From d661cc02df096ab2fa4d53069fc174862da7335d Mon Sep 17 00:00:00 2001 From: ota42y Date: Tue, 22 Nov 2016 13:57:34 +0900 Subject: form_helper typo fix [ci skip] --- actionview/lib/action_view/helpers/form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') 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 data-remote 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 # :remote option for more. # # For ease of comparison the examples above left out the submit button, -- cgit v1.2.3