diff --git a/service_container/tags.rst b/service_container/tags.rst index 93e2d8214c8..6ab22faf53a 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -195,7 +195,7 @@ Create a Compiler Pass ~~~~~~~~~~~~~~~~~~~~~~ You can now use a :ref:`compiler pass ` to ask the -container for any services with the ``acme_mailer.transport`` tag:: +container for any services with the ``app.mail_transport`` tag:: // src/AppBundle/DependencyInjection/Compiler/MailTransportPass.php namespace AppBundle\DependencyInjection\Compiler;