Skip to content

Commit e329db9

Browse files
stevecliftonjaviereguiluz
authored andcommitted
Update best_practices.rst
Add missing text to sentence
1 parent b6c2e99 commit e329db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Use Autowiring to Automate the Configuration of Application Services
170170

171171
:doc:`Service autowiring </service_container/autowiring>` is a feature that
172172
reads the type-hints on your constructor (or other methods) and automatically
173-
passes the correct services to each method, making unnecessary to configure
173+
passes the correct services to each method, making it unnecessary to configure
174174
services explicitly and simplifying the application maintenance.
175175

176176
Use it in combination with :ref:`service autoconfiguration <services-autoconfigure>`

0 commit comments

Comments
 (0)