aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authortanmay3011 <tanmay3011@gmail.com>2015-10-06 23:34:05 +0530
committertanmay3011 <tanmay3011@gmail.com>2015-10-06 23:34:05 +0530
commit148d1217a134b1071228b0dbf5b1fc5a17741044 (patch)
treecff728b6834dc72607ebed88ab844be871416fa2 /guides/source/action_view_overview.md
parent9e25e0e1735f2ccca69679243aa8cf0885104164 (diff)
downloadrails-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 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index 76454e77c7..4b0e9bff7c 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -1247,7 +1247,7 @@ file_field_tag 'attachment'
#### form_tag
-Starts a form tag that points the action to an url configured with `url_for_options` just like `ActionController::Base#url_for`.
+Starts a form tag that points the action to a url configured with `url_for_options` just like `ActionController::Base#url_for`.
```html+erb
<%= form_tag '/articles' do %>