Skip to content

Commit 2f89488

Browse files
hansallisxabbuh
authored andcommitted
Update testing.rst
Fixed a grammar error
1 parent 6b5de8c commit 2f89488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/email/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Start with an easy controller action that sends an email::
3131
Don't forget to enable the profiler as explained in :doc:`/cookbook/testing/profiling`.
3232

3333
In your functional test, use the ``swiftmailer`` collector on the profiler
34-
to get information about the messages send on the previous request::
34+
to get information about the messages sent on the previous request::
3535

3636
// src/AppBundle/Tests/Controller/MailControllerTest.php
3737
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

0 commit comments

Comments
 (0)