Author: fabien
Date: 2010-03-29 11:09:54 +0200 (Mon, 29 Mar 2010)
New Revision: 28847

Modified:
   doc/branches/1.4/more-with-symfony/en/04-Emails.markdown
Log:
[doc] [1.4] fixed typos (closes #7821)

Modified: doc/branches/1.4/more-with-symfony/en/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/en/04-Emails.markdown    2010-03-29 
09:06:15 UTC (rev 28846)
+++ doc/branches/1.4/more-with-symfony/en/04-Emails.markdown    2010-03-29 
09:09:54 UTC (rev 28847)
@@ -42,7 +42,7 @@
 
 ### The Fastest Way
 
-Sending an email is then as simple as using the ~`sfAction::composeAndSend()`~
+Sending an email is then as simple as using the ~`sfMailer::composeAndSend()`~
 method:
 
     [php]
@@ -85,7 +85,7 @@
 
 ### The Flexible Way
 
-If you need more flexibility, you can also use the ~`sfAction::compose()`~
+If you need more flexibility, you can also use the ~`sfMailer::compose()`~
 method to create a message, customize it the way you want, and eventually send
 it. This is useful, for instance, when you need to add an
 ~attachment|email attachment~ as shown below:

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to