Skip to content

Commit 9c2223b

Browse files
authored
Fix typo
1 parent 3f53b03 commit 9c2223b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/shared.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ in your service definition:
3737
$container->register(SomeNonSharedService::class)
3838
->setShared(false);
3939
40-
Now, whenever you request an the ``AppBundle\SomeNonSharedService`` from the container,
40+
Now, whenever you request the ``AppBundle\SomeNonSharedService`` from the container,
4141
you will be passed a new instance.

0 commit comments

Comments
 (0)