Skip to content

Commit 98dd5ac

Browse files
committed
Merge pull request #513 from chrishoult/master
Fixed a typo in cookbook/bundles/extension
2 parents cc992cc + 9667cff commit 98dd5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/bundles/extension.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Creating an Extension Class
9797

9898
If you do choose to expose a semantic configuration for your bundle, you'll
9999
first need to create a new "Extension" class, which will handle the process.
100-
This class should live in the ``DependenyInjection`` directory of your bundle
100+
This class should live in the ``DependencyInjection`` directory of your bundle
101101
and its name should be constructed by replacing the ``Bundle`` postfix of the
102102
Bundle class name with ``Extension``. For example, the Extension class of
103103
``AcmeHelloBundle`` would be called ``AcmeHelloExtension``::
@@ -528,4 +528,4 @@ file. Once again, this is because the Extension class doesn't follow the
528528
standards set out above, so nothing happens automatically.
529529

530530
.. _`FrameworkBundle Configuration`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
531-
.. _`TwigBundle Configuration`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php
531+
.. _`TwigBundle Configuration`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php

0 commit comments

Comments
 (0)