10000
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.
2 parents e1a4fc8 + 15b78f6 commit ace4679Copy full SHA for ace4679
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