File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/dependency_injection Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ Setting Up the Container with Configuration Files
181
181
As well as setting up the services using PHP as above you can also use
182
182
configuration files. This allows you to use XML or Yaml to write the definitions
183
183
for the services rather than using PHP to define the services as in the above
184
- examples. In anything but the smallest applications it make sense to organise
185
- the service definitions by moving them out into one or more configuration files.
184
+ examples. In anything but the smallest applications it make sense to organize
185
+ the service definitions by moving them into one or more configuration files.
186
186
To do this you also need to install
187
187
:doc: `the Config Component</components/config/introduction> `.
188
188
@@ -211,7 +211,7 @@ Loading a YAML config file::
211
211
If you want to load YAML config files then you will also need to install
212
212
:doc: `The YAML component</components/yaml/introduction> `.
213
213
214
- If you do want to use PHP to create the services then you can move this
214
+ If you * do * want to use PHP to create the services then you can move this
215
215
into a separate config file and load it in a similar way::
216
216
217
217
use Symfony\Component\DependencyInjection\ContainerBuilder;
You can’t perform that action at this time.
0 commit comments