aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-10-06 20:18:06 +0200
committerYves Senn <yves.senn@gmail.com>2015-10-06 20:18:06 +0200
commitb5e9e1ad3c56778c557e620f18aeae912312e68f (patch)
treecff728b6834dc72607ebed88ab844be871416fa2 /actionview/lib/action_view/helpers
parent9e25e0e1735f2ccca69679243aa8cf0885104164 (diff)
parent148d1217a134b1071228b0dbf5b1fc5a17741044 (diff)
downloadrails-b5e9e1ad3c56778c557e620f18aeae912312e68f.tar.gz
rails-b5e9e1ad3c56778c557e620f18aeae912312e68f.tar.bz2
rails-b5e9e1ad3c56778c557e620f18aeae912312e68f.zip
Merge pull request #21888 from tanmay3011/fix-grammar
[ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound
Diffstat (limited to 'actionview/lib/action_view/helpers')
-rw-r--r--actionview/lib/action_view/helpers/form_tag_helper.rb2
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