diff --git a/best_practices.rst b/best_practices.rst index ba58ea2bd8f..284bdb7cfa2 100644 --- a/best_practices.rst +++ b/best_practices.rst @@ -170,7 +170,7 @@ Use Autowiring to Automate the Configuration of Application Services :doc:`Service autowiring ` is a feature that reads the type-hints on your constructor (or other methods) and automatically -passes the correct services to each method, making unnecessary to configure +passes the correct services to each method, making it unnecessary to configure services explicitly and simplifying the application maintenance. Use it in combination with :ref:`service autoconfiguration `