Skip to content

Commit e891b58

Browse files
committed
Substituted word service for scope.
1 parent 88c7b9e commit e891b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/service_container/scopes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Using a Service from a narrower Scope
108108

109109
If your service depends on a scoped service, the best solution is to put
110110
it in the same scope (or a narrower one). Usually, this means putting your
111-
new service in the `request` service.
111+
new service in the `request` scope.
112112

113113
But this is not always possible (for instance, a twig extension must be in
114114
the `container` scope as the Twig environment needs it as a dependency).

0 commit comments

Comments
 (0)