From ac6180ec1b25563405cbcb868804a098424e3a0f Mon Sep 17 00:00:00 2001 From: Guilherme Goettems Schneider Date: Tue, 26 May 2015 13:49:41 -0300 Subject: Fix email with name format in Guides. [ci skip] --- guides/source/action_mailer_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md index 92a4081233..bf3bf5d19e 100644 --- a/guides/source/action_mailer_basics.md +++ b/guides/source/action_mailer_basics.md @@ -344,7 +344,7 @@ The same format can be used to set carbon copy (Cc:) and blind carbon copy Sometimes you wish to show the name of the person instead of just their email address when they receive the email. The trick to doing that is to format the -email address in the format `"Full Name "`. +email address in the format `"Full Name" `. ```ruby def welcome_email(user) -- cgit v1.2.3