Skip to content
Prev Previous commit
Next Next commit
Minor tweak
  • Loading branch information
javiereguiluz committed Apr 3, 2019
commit 426b864696f64ec2a1fbbaf9992cb67d55a56006
2 changes: 1 addition & 1 deletion components/mime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ methods to compose the entire email message::
->html('<h1>Lorem ipsum</h1> <p>...</p>')
;

This purpose of this component is to create the email messages. Use the
This only purpose of this component is to create the email messages. Use the
:doc:`Mailer component </components/mailer>` to actually send them. In Symfony
applications, it's easier to use the :doc:`Mailer integration </email>`.

Expand Down