We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989073d commit ad831bcCopy full SHA for ad831bc
cookbook/bundles/extension.rst
@@ -494,7 +494,7 @@ be output to the console in yaml.
494
495
As long as your bundle's configuration is located in the standard location
496
(``YourBundle\DependencyInjection\Configuration``) and does not have a
497
-``__constructor()`` it will work automatically. If you have a something
+``__construct()`` it will work automatically. If you have a something
498
different your ``Extension`` class will have to override the
499
``Extension::getConfiguration()`` method. Have it return an instance of your
500
``Configuration``.
0 commit comments