From 2006dba21346d85bf1a24d2a504ba27c4b9e1240 Mon Sep 17 00:00:00 2001 From: Maximilien BERNARD Date: Tue, 10 Apr 2018 10:36:29 +0200 Subject: [PATCH] fix typo the word "needed" is not grammatically correct in this sentence. It should be replaced by "needing". --- best_practices/business-logic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices/business-logic.rst b/best_practices/business-logic.rst index 16bb0cc5600..8eb08af3314 100644 --- a/best_practices/business-logic.rst +++ b/best_practices/business-logic.rst @@ -38,7 +38,7 @@ Services: Naming and Configuration by Symfony's Service Container to manage services with minimal configuration. It reads the type-hints on your constructor (or other methods) and automatically passes the correct services to each method. It can also add -:doc:`service tags ` to the services needed them, such +:doc:`service tags ` to the services needing them, such as Twig extensions, event subscribers, etc. The blog application needs a utility that can transform a post title (e.g.