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.
1 parent 3f53b03 commit 9c2223bCopy full SHA for 9c2223b
service_container/shared.rst
@@ -37,5 +37,5 @@ in your service definition:
37
$container->register(SomeNonSharedService::class)
38
->setShared(false);
39
40
-Now, whenever you request an the ``AppBundle\SomeNonSharedService`` from the container,
+Now, whenever you request the ``AppBundle\SomeNonSharedService`` from the container,
41
you will be passed a new instance.
0 commit comments