Skip to content

Commit 1a27539

Browse files
committed
removing scope reference
1 parent eff9733 commit 1a27539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/dependency-injection.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ And the related change in the front controller::
219219

220220
We have obviously barely scratched the surface of what you can do with the
221221
container: from class names as parameters, to overriding existing object
222-
definitions, from scope support to dumping a container to a plain PHP class,
222+
definitions, from shared service support to dumping a container to a plain PHP class,
223223
and much more. The Symfony dependency injection container is really powerful
224224
and is able to manage any kind of PHP class.
225225

0 commit comments

Comments
 (0)