Skip to content

Commit dd47e1d

Browse files
committed
Fixed semantic error
1 parent e5dbd49 commit dd47e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/extension.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ should also override
7070
:method:`Extension::getAlias() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getAlias>`
7171
to return the correct DI alias. The DI alias is the name used to refer to the
7272
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
73+
default, this is done by removing the ``Extension`` suffix and converting the
7474
class name to underscores (e.g. ``AcmeHelloExtension``'s DI alias is
7575
``acme_hello``).
7676

0 commit comments

Comments
 (0)