diff --git a/service_container/shared.rst b/service_container/shared.rst index f174868aef3..7fec4267f67 100644 --- a/service_container/shared.rst +++ b/service_container/shared.rst @@ -37,5 +37,5 @@ in your service definition: $container->register(SomeNonSharedService::class) ->setShared(false); -Now, whenever you request an the ``AppBundle\SomeNonSharedService`` from the container, +Now, whenever you request the ``AppBundle\SomeNonSharedService`` from the container, you will be passed a new instance.