Skip to content

Commit 3bb8ee1

Browse files
committed
[cookbook] Tweaking language
1 parent 5cee7a0 commit 3bb8ee1

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
@@ -194,6 +194,6 @@ The service config for this class would look something like this:
194194
idea (only inject what you need). In some rare cases, like when working
195195
with Twig extensions, its necessary to due a shortcoming in Twig itself.
196196

197-
If you define a controller as a service then you can get a `Request` object
197+
If you define a controller as a service then you can get the ``Request`` object
198198
without injecting the container by having it passed in as an argument of your
199-
action method see :ref:`book-controller-request-argument`
199+
action method. See :ref:`book-controller-request-argument` for details.

0 commit comments

Comments
 (0)