@@ -84,7 +84,8 @@ name as the environment:
8484 ├─ vendor/
8585 └─ web/
8686
87- To make it work, change the code of the ``registerContainerConfiguration() ``
87+ To make this work, change the code of the
88+ :method: `Symfony\\ Component\\ HttpKernel\\ KernelInterface::registerContainerConfiguration `
8889method::
8990
9091 // app/AppKernel.php
@@ -107,7 +108,7 @@ files, including the common files:
107108
108109 # app/config/dev/config.yml
109110 imports :
110- - { resource: '../common/config.yml' }
111+ - { resource: '../common/config.yml' }
111112 - { resource: 'parameters.yml' }
112113 - { resource: 'security.yml' }
113114
@@ -222,7 +223,7 @@ Semantic Configuration Files
222223
223224A different organization strategy may be needed for complex applications with
224225large configuration files. For instance, you could create one file per bundle
225- and several files to define all the application services:
226+ and several files to define all application services:
226227
227228.. code-block :: text
228229
@@ -473,5 +474,5 @@ doesn't exist:
473474
474475 As you've seen, there are lots of ways to organize your configuration files. You
475476can choose one of these or even create your own custom way of organizing the
476- files. Don't feel limited by the standard edition that comes with Symfony. For even
477+ files. Don't feel limited by the Standard Edition that comes with Symfony. For even
477478more customization, see ":doc: `dir_structure `".
0 commit comments