From e329db9eb37ef331af72e12726c433646e4fa7ea Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 16 Jul 2021 09:32:10 +1200 Subject: [PATCH] Update best_practices.rst Add missing text to sentence --- best_practices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `