Skip to content

Fixed a typo in cookbook/bundles/extension #513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 5, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cookbook/bundles/extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Creating an Extension Class

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

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