Skip to content

Commit 32a8aaf

Browse files
committed
minor #5701 Update testing.rst (hansallis)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5701). Discussion ---------- Update testing.rst Fixed a grammar error Commits ------- 2f89488 Update testing.rst
2 parents 6b5de8c + 2f89488 commit 32a8aaf

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)