There was an error while loading. Please reload this page.
1 parent 5cee7a0 commit 3bb8ee1Copy full SHA for 3bb8ee1
cookbook/service_container/scopes.rst
@@ -194,6 +194,6 @@ The service config for this class would look something like this:
194
idea (only inject what you need). In some rare cases, like when working
195
with Twig extensions, its necessary to due a shortcoming in Twig itself.
196
197
-If you define a controller as a service then you can get a `Request` object
+If you define a controller as a service then you can get the ``Request`` object
198
without injecting the container by having it passed in as an argument of your
199
-action method see :ref:`book-controller-request-argument`
+action method. See :ref:`book-controller-request-argument` for details.
0 commit comments