We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c7b9e commit e891b58Copy full SHA for e891b58
cookbook/service_container/scopes.rst
@@ -108,7 +108,7 @@ Using a Service from a narrower Scope
108
109
If your service depends on a scoped service, the best solution is to put
110
it in the same scope (or a narrower one). Usually, this means putting your
111
-new service in the `request` service.
+new service in the `request` scope.
112
113
But this is not always possible (for instance, a twig extension must be in
114
the `container` scope as the Twig environment needs it as a dependency).
0 commit comments