aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorSimon Baird <simon.baird@gmail.com>2012-01-19 17:33:29 +1000
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-19 22:13:42 +0530
commit00554568e0625b2e4d4212ab7464f02234f74427 (patch)
tree173401ff734c4d6e464d58d65319a21d72805f69 /actionpack/lib/action_view
parentc4508332c95508a77bd59e3f8851d9b9d4608e8e (diff)
downloadrails-00554568e0625b2e4d4212ab7464f02234f74427.tar.gz
rails-00554568e0625b2e4d4212ab7464f02234f74427.tar.bz2
rails-00554568e0625b2e4d4212ab7464f02234f74427.zip
Fix small typo in mail_to docs in url_helper.rb
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index 0c2e1aa3a9..1f1cd3cee3 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -476,7 +476,7 @@ module ActionView
# string given as the value.
# * <tt>:subject</tt> - Preset the subject line of the email.
# * <tt>:body</tt> - Preset the body of the email.
- # * <tt>:cc</tt> - Carbon Copy addition recipients on the email.
+ # * <tt>:cc</tt> - Carbon Copy additional recipients on the email.
# * <tt>:bcc</tt> - Blind Carbon Copy additional recipients on the email.
#
# ==== Examples