diff options
author | tanmay3011 <tanmay3011@gmail.com> | 2015-10-06 23:34:05 +0530 |
---|---|---|
committer | tanmay3011 <tanmay3011@gmail.com> | 2015-10-06 23:34:05 +0530 |
commit | 148d1217a134b1071228b0dbf5b1fc5a17741044 (patch) | |
tree | cff728b6834dc72607ebed88ab844be871416fa2 /actionview/lib/action_view | |
parent | 9e25e0e1735f2ccca69679243aa8cf0885104164 (diff) | |
download | rails-148d1217a134b1071228b0dbf5b1fc5a17741044.tar.gz rails-148d1217a134b1071228b0dbf5b1fc5a17741044.tar.bz2 rails-148d1217a134b1071228b0dbf5b1fc5a17741044.zip |
[ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound
Diffstat (limited to 'actionview/lib/action_view')
-rw-r--r-- | actionview/lib/action_view/helpers/form_tag_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tt>url_for_options</tt> just like + # Starts a form tag that points the action to a url configured with <tt>url_for_options</tt> just like # ActionController::Base#url_for. The method for the form defaults to POST. # # ==== Options |