We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b65b80 commit 15b78f6Copy full SHA for 15b78f6
cookbook/service_container/scopes.rst
@@ -18,7 +18,7 @@ scopes:
18
19
- `prototype`: A new instance is created each time you request the service.
20
21
-The FrameworkBundle also defines a third scope: `request`. This scopes is
+The FrameworkBundle also defines a third scope: `request`. This scope is
22
tied to the request, meaning a new instance is created for each subrequest
23
and is unavailable outside the request (for instance in the CLI).
24
0 commit comments