From 9d2f98e449a6cfd3a8048341f6988f0e613ec0ff Mon Sep 17 00:00:00 2001 From: Colin DeCarlo Date: Fri, 5 Apr 2013 07:32:55 -0400 Subject: [PATCH] Update the service container core symfony services tip I felt the tip was a little clumsy. It appeared to be missing some words and referenced the reader as if they were the person writing the documentation. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | none --- book/service_container.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/service_container.rst b/book/service_container.rst index 14d03bb0402..c313fda3ba7 100644 --- a/book/service_container.rst +++ b/book/service_container.rst @@ -848,8 +848,8 @@ the framework. .. tip:: - Be sure that ``swiftmailer`` entry appears in your application - configuration. As you mentioned in :ref:`service-container-extension-configuration`, + Be sure that the ``swiftmailer`` entry appears in your application + configuration. As was mentioned in :ref:`service-container-extension-configuration`, the ``swiftmailer`` key invokes the service extension from the ``SwiftmailerBundle``, which registers the ``mailer`` service.