8000 [DependencyInjection] fix some minor typos · symfony/symfony-docs@e5444c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5444c7

Browse files
committed
[DependencyInjection] fix some minor typos
1 parent c3f8980 commit e5444c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ the same ``getAuthorEmail()`` logic you used above:
330330
331331
If you're using the :ref:`default services.yml configuration <service-container-services-load-example>`,
332332
your application will :ref:`autoconfigure <services-autoconfigure>` your security
333-
voter and inject a ``AccessDecisionManagerInterface`` instance in it thanks to
333+
voter and inject an ``AccessDecisionManagerInterface`` instance into it thanks to
334334
:doc:`autowiring </service_container/autowiring>`.
335335

336336
Now, you can use the voter with the ``@Security`` annotation:

0 commit comments

Comments
 (0)
0