We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3cff0b + dd47e1d commit 39a1487Copy full SHA for 39a1487
cookbook/bundles/extension.rst
@@ -70,7 +70,7 @@ should also override
70
:method:`Extension::getAlias() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getAlias>`
71
to return the correct DI alias. The DI alias is the name used to refer to the
72
bundle in the container (e.g. in the ``app/config/config.yml`` file). By
73
-default, this is done by removing the ``Extension`` prefix and converting the
+default, this is done by removing the ``Extension`` suffix and converting the
74
class name to underscores (e.g. ``AcmeHelloExtension``'s DI alias is
75
``acme_hello``).
76
0 commit comments