Skip to content

Commit 444dccf

Browse files
committed
Merge pull request #902 from 1ed/patch-2
Update cookbook/service_container/scopes.rst
2 parents 7302b48 + 106d63a commit 444dccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/service_container/scopes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ when compiling the container. Read the sidebar below for more details.
4141
a problem:
4242

4343
* When requesting `my_mailer`, an instance of `my_mailer` (let's call
44-
it *MailerA*) is created and the `request` service is (let's call it
45-
*RequestA* is passed to it). Life is good!
44+
it *MailerA*) is created and the `request` service (let's call it
45+
*RequestA*) is passed to it. Life is good!
4646

4747
* You've now made a subrequest in Symfony, which is a fancy way of saying
4848
that you've called, for example, the `{% render ... %}` Twig function,

0 commit comments

Comments
 (0)