diff --git a/service_container/tags.rst b/service_container/tags.rst index cc8d14ae512..116a5dcaeac 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -72,7 +72,7 @@ that it implements ``Twig_ExtensionInterface``) and adds the tag for you. .. tip:: - To apply a tag to all your autoconfigured services extending a class or an + To apply a tag to all your autoconfigured services extending a class or implementing an interface, call the :method:`Symfony\\Component\\DependencyInjection\\ContainerBuilder::registerForAutoconfiguration` method in an :doc:`extension ` or from your kernel::