Skip to content

Commit 6f71062

Browse files
committed
Improve readability
1 parent ad831bc commit 6f71062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/bundles/extension.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ be output to the console in yaml.
494494

495495
As long as your bundle's configuration is located in the standard location
496496
(``YourBundle\DependencyInjection\Configuration``) and does not have a
497-
``__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
497+
``__construct()`` it will work automatically. If you have something
498+
different, your ``Extension`` class must override the
499+
``Extension::getConfiguration()`` method and return an instance of your
500500
``Configuration``.
501501

502502
Comments and examples can be added to your configuration nodes using the

0 commit comments

Comments
 (0)