From dd47e1d761357bb945ca03bac11840ea2b5e2e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Miguel=20Benito=20Calzada?= Date: Mon, 16 Feb 2015 10:14:17 +0100 Subject: [PATCH] Fixed semantic error --- cookbook/bundles/extension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/bundles/extension.rst b/cookbook/bundles/extension.rst index aa2c5be8a35..78092a3f3fd 100644 --- a/cookbook/bundles/extension.rst +++ b/cookbook/bundles/extension.rst @@ -70,7 +70,7 @@ should also override :method:`Extension::getAlias() ` to return the correct DI alias. The DI alias is the name used to refer to the bundle in the container (e.g. in the ``app/config/config.yml`` file). By -default, this is done by removing the ``Extension`` prefix and converting the +default, this is done by removing the ``Extension`` suffix and converting the class name to underscores (e.g. ``AcmeHelloExtension``'s DI alias is ``acme_hello``).