Skip to content

Commit

Permalink
Fix small typo in mail_to docs in url_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbaird committed Jan 19, 2012
1 parent 5ef4618 commit faec7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/url_helper.rb
Expand Up @@ -476,7 +476,7 @@ def link_to_if(condition, name, options = {}, html_options = {}, &block)
# 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
Expand Down

0 comments on commit faec7ac

Please sign in to comment.