Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liviubalan authored Mar 11, 2018
1 parent 3f53b03 commit 9c2223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_container/shared.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9c2223b

Please sign in to comment.