We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5de8c commit 2f89488Copy full SHA for 2f89488
cookbook/email/testing.rst
@@ -31,7 +31,7 @@ Start with an easy controller action that sends an email::
31
Don't forget to enable the profiler as explained in :doc:`/cookbook/testing/profiling`.
32
33
In your functional test, use the ``swiftmailer`` collector on the profiler
34
-to get information about the messages send on the previous request::
+to get information about the messages sent on the previous request::
35
36
// src/AppBundle/Tests/Controller/MailControllerTest.php
37
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
0 commit comments