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 90b2803 commit 473ded5Copy full SHA for 473ded5
book/service_container.rst
@@ -164,8 +164,9 @@ lots of services. Services that are never used are never constructed.
164
165
As an added bonus, the ``Mailer`` service is only created once and the same
166
instance is returned each time you ask for the service. This is almost always
167
-the behavior you'll need (it's more flexible and powerful), but we'll learn
168
-later how you can configure a service that has multiple instances.
+the behavior you'll need (it's more flexible and powerful), but you learn how
+to configure a service that has multiple instances in the
169
+":doc:`/cookbook/service_container/scopes`" cookbook article.
170
171
.. _book-service-container-parameters:
172
0 commit comments