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.
2 parents 263c5b3 + 473ded5 commit b79e123Copy full SHA for b79e123
book/service_container.rst
@@ -162,8 +162,9 @@ lots of services. Services that are never used are never constructed.
162
163
As an added bonus, the ``Mailer`` service is only created once and the same
164
instance is returned each time you ask for the service. This is almost always
165
-the behavior you'll need (it's more flexible and powerful), but we'll learn
166
-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
167
+":doc:`/cookbook/service_container/scopes`" cookbook article.
168
169
.. _book-service-container-parameters:
170
0 commit comments