From faec7acc2463eabe3d9cd7f3049c37b7ba66ad54 Mon Sep 17 00:00:00 2001 From: Simon Baird Date: Thu, 19 Jan 2012 17:33:29 +1000 Subject: Fix small typo in mail_to docs in url_helper.rb --- actionpack/lib/action_view/helpers/url_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers/url_helper.rb') 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. # * :subject - Preset the subject line of the email. # * :body - Preset the body of the email. - # * :cc - Carbon Copy addition recipients on the email. + # * :cc - Carbon Copy additional recipients on the email. # * :bcc - Blind Carbon Copy additional recipients on the email. # # ==== Examples -- cgit v1.2.3