8000
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 abd10ca commit 57425f1Copy full SHA for 57425f1
components/dependency_injection/configurators.rst
@@ -114,9 +114,9 @@ to create a configurator class to configure these instances::
114
// ...
115
}
116
117
-The ``EmailConfigurator``'s job is to inject the enabled filters into ``NewsletterManager``
+The ``EmailConfigurator``'s job is to inject the enabled formatters into ``NewsletterManager``
118
and ``GreetingCardManager`` because they are not aware of where the enabled
119
-filters come from. In the other hand, the ``EmailFormatterManager`` holds
+formatters come from. On the other hand, the ``EmailFormatterManager`` holds
120
the knowledge about the enabled formatters and how to load them, keeping
121
the single responsibility principle.
122
0 commit comments