File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Creating an Extension Class
97
97
98
98
If you do choose to expose a semantic configuration for your bundle, you'll
99
99
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
101
101
and its name should be constructed by replacing the ``Bundle `` postfix of the
102
102
Bundle class name with ``Extension ``. For example, the Extension class of
103
103
``AcmeHelloBundle `` would be called ``AcmeHelloExtension ``::
@@ -528,4 +528,4 @@ file. Once again, this is because the Extension class doesn't follow the
528
528
standards set out above, so nothing happens automatically.
529
529
530
530
.. _`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
You can’t perform that action at this time.
0 commit comments