diff options
author | Simon Baird <simon.baird@gmail.com> | 2012-01-19 17:33:29 +1000 |
---|---|---|
committer | Simon Baird <simon.baird@gmail.com> | 2012-01-19 17:33:29 +1000 |
commit | faec7acc2463eabe3d9cd7f3049c37b7ba66ad54 (patch) | |
tree | a6b9e6762402076d468547ee59f39638ee4880cc /actionpack | |
parent | 5ef46189f65040df49aa948bec743e8c75e29b6e (diff) | |
download | rails-faec7acc2463eabe3d9cd7f3049c37b7ba66ad54.tar.gz rails-faec7acc2463eabe3d9cd7f3049c37b7ba66ad54.tar.bz2 rails-faec7acc2463eabe3d9cd7f3049c37b7ba66ad54.zip |
Fix small typo in mail_to docs in url_helper.rb
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/url_helper.rb | 2 |
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 ebd1f280a8..6f82b90ece 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 |