We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f8980 commit e5444c7Copy full SHA for e5444c7
best_practices/security.rst
@@ -330,7 +330,7 @@ the same ``getAuthorEmail()`` logic you used above:
330
331
If you're using the :ref:`default services.yml configuration <service-container-services-load-example>`,
332
your application will :ref:`autoconfigure <services-autoconfigure>` your security
333
-voter and inject a ``AccessDecisionManagerInterface`` instance in it thanks to
+voter and inject an ``AccessDecisionManagerInterface`` instance into it thanks to
334
:doc:`autowiring </service_container/autowiring>`.
335
336
Now, you can use the voter with the ``@Security`` annotation:
0 commit comments