Skip to content

Commit 2feab15

Browse files
committed
Merge pull request symfony#3383 from ifdattic/fix-typo-in-class-name
Fix typo in class name: Appkernel => AppKernel
2 parents 8a1ca3b + bd5835e commit 2feab15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/remove.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ starting a project, but you'll probably want to eventually remove it.
1717
---------------------------------------------
1818

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

0 commit comments

Comments
 (0)