Skip to content

Commit af51c31

Browse files
committed
[#2320] Minor tweaks to di intro
1 parent 53ab044 commit af51c31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/dependency_injection/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ Setting Up the Container with Configuration Files
181181
As well as setting up the services using PHP as above you can also use
182182
configuration files. This allows you to use XML or Yaml to write the definitions
183183
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.
186186
To do this you also need to install
187187
:doc:`the Config Component</components/config/introduction>`.
188188

@@ -211,7 +211,7 @@ Loading a YAML config file::
211211
If you want to load YAML config files then you will also need to install
212212
:doc:`The YAML component</components/yaml/introduction>`.
213213

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
215215
into a separate config file and load it in a similar way::
216216

217217
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)