From 2f89488c55218f18e222e1427596ecd26c7071ed Mon Sep 17 00:00:00 2001 From: Hans Allis Date: Fri, 18 Sep 2015 12:57:38 +0200 Subject: [PATCH] Update testing.rst Fixed a grammar error --- cookbook/email/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/email/testing.rst b/cookbook/email/testing.rst index 3797f81b582..270f7506895 100644 --- a/cookbook/email/testing.rst +++ b/cookbook/email/testing.rst @@ -31,7 +31,7 @@ Start with an easy controller action that sends an email:: Don't forget to enable the profiler as explained in :doc:`/cookbook/testing/profiling`. In your functional test, use the ``swiftmailer`` collector on the profiler -to get information about the messages send on the previous request:: +to get information about the messages sent on the previous request:: // src/AppBundle/Tests/Controller/MailControllerTest.php use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;