Skip to content

Commit 0a5c122

Browse files
committed
minor symfony#15525 Update best_practices.rst (steveclifton)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update best_practices.rst Add missing text to sentence to improve readability Commits ------- e329db9 Update best_practices.rst
2 parents b6c2e99 + e329db9 commit 0a5c122

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)