From e5444c721391e4426ffc73e9e284d810db8101a9 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 5 Jun 2017 08:13:29 +0200 Subject: [PATCH] [DependencyInjection] fix some minor typos --- best_practices/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices/security.rst b/best_practices/security.rst index dcc9497e33c..af004171334 100644 --- a/best_practices/security.rst +++ b/best_practices/security.rst @@ -330,7 +330,7 @@ the same ``getAuthorEmail()`` logic you used above: If you're using the :ref:`default services.yml configuration `, your application will :ref:`autoconfigure ` your security -voter and inject a ``AccessDecisionManagerInterface`` instance in it thanks to +voter and inject an ``AccessDecisionManagerInterface`` instance into it thanks to :doc:`autowiring `. Now, you can use the voter with the ``@Security`` annotation: