Skip to content
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
Fix typo in class name: Appkernel => AppKernel
  • Loading branch information
ifdattic committed Dec 25, 2013
commit bd5835e5c0fb4920c460fc2725320915bef1856f
2 changes: 1 addition & 1 deletion cookbook/bundles/remove.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ starting a project, but you'll probably want to eventually remove it.
---------------------------------------------

To disconnect the bundle from the framework, you should remove the bundle from
the ``Appkernel::registerBundles()`` method. The bundle is normally found in
the ``AppKernel::registerBundles()`` method. The bundle is normally found in
the ``$bundles`` array but the AcmeDemoBundle is only registered in a
development environment and you can find him in the if statement after::

Expand Down