From 148d1217a134b1071228b0dbf5b1fc5a17741044 Mon Sep 17 00:00:00 2001 From: tanmay3011 Date: Tue, 6 Oct 2015 23:34:05 +0530 Subject: [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound --- actionview/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb index 0e8127e29e..0191064326 100644 --- a/actionview/lib/action_view/helpers/form_tag_helper.rb +++ b/actionview/lib/action_view/helpers/form_tag_helper.rb @@ -20,7 +20,7 @@ module ActionView mattr_accessor :embed_authenticity_token_in_remote_forms self.embed_authenticity_token_in_remote_forms = false - # Starts a form tag that points the action to an url configured with url_for_options just like + # Starts a form tag that points the action to a url configured with url_for_options just like # ActionController::Base#url_for. The method for the form defaults to POST. # # ==== Options -- cgit v1.2.3