Skip to content

Commit ace4679

Browse files
committed
Merge pull request #1092 from LaMiu/cookbook_scopes_typo
[cookbook] [services] [scopes] simple typo fix
2 parents e1a4fc8 + 15b78f6 commit ace4679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/service_container/scopes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ scopes:
1818

1919
- `prototype`: A new instance is created each time you request the service.
2020

21-
The FrameworkBundle also defines a third scope: `request`. This scopes is
21+
The FrameworkBundle also defines a third scope: `request`. This scope is
2222
tied to the request, meaning a new instance is created for each subrequest
2323
and is unavailable outside the request (for instance in the CLI).
2424

0 commit comments

Comments
 (0)