Skip to content

Commit de7c9e7

Browse files
committed
bug #6001 Fix class name (BlueM)
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #6001). Discussion ---------- Fix class name Commits ------- b0772c0 Fix class name
2 parents 99975aa + b0772c0 commit de7c9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ object::
3434

3535
To make the ``NewsletterManager`` object available as a service, you can
3636
configure the service container to use the
37-
``NewsletterFactory::createNewsletterManager()`` factory method:
37+
``NewsletterManagerFactory::createNewsletterManager()`` factory method:
3838

3939
.. configuration-block::
4040

0 commit comments

Comments
 (0)