Skip to content

Commit c746584

Browse files
authored
fix(wording & style) small fix on wording and text style
1 parent bbf445e commit c746584

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

service_container/injection_types.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ which allow the container to return the newly created service:
324324
This approach is useful if you need to configure your service according to your needs,
325325
so, what are the advantages?
326326

327-
* Your service become immutable, as Symfony will return a new object, the initial service stay clean and unchanged.
327+
* Your service becomes immutable, as the container will return a new object,
328+
the initial service stays clean and unchanged.
328329

329-
* You can easily change the injected service as long as it respect the interface asked by the initial service.
330+
* You can easily change the injected service as long as it respect the interface
331+
asked by the initial service.

0 commit comments

Comments
 (0)