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 b6c2e99 commit e329db9Copy full SHA for e329db9
best_practices.rst
@@ -170,7 +170,7 @@ Use Autowiring to Automate the Configuration of Application Services
170
171
:doc:`Service autowiring </service_container/autowiring>` is a feature that
172
reads the type-hints on your constructor (or other methods) and automatically
173
-passes the correct services to each method, making unnecessary to configure
+passes the correct services to each method, making it unnecessary to configure
174
services explicitly and simplifying the application maintenance.
175
176
Use it in combination with :ref:`service autoconfiguration <services-autoconfigure>`
0 commit comments