diff --git a/components/dependency_injection/factories.rst b/components/dependency_injection/factories.rst index ce5d2bcb49c..e0a351e6dad 100644 --- a/components/dependency_injection/factories.rst +++ b/components/dependency_injection/factories.rst @@ -34,7 +34,7 @@ object:: To make the ``NewsletterManager`` object available as a service, you can configure the service container to use the -``NewsletterFactory::createNewsletterManager()`` factory method: +``NewsletterManagerFactory::createNewsletterManager()`` factory method: .. configuration-block::