Skip to content

Commit 15b78f6

Browse files
committed
simple typo fix
1 parent 6b65b80 commit 15b78f6

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)