Skip to content

Commit 39a1487

Browse files
committed
minor #4999 Fixed semantic error (beni0888)
This PR was merged into the 2.3 branch. Discussion ---------- Fixed semantic error | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- dd47e1d Fixed semantic error
2 parents f3cff0b + dd47e1d commit 39a1487

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)