Skip to content

Commit 34551d2

Browse files
committed
[#3319] Fixing typos thanks to @xabbuh
1 parent 1401372 commit 34551d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/acl_advanced.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ your application. Each role, or user has its own security identity.
4949
For users, the security identity is based on the username. This means that,
5050
if for any reason, a user's username was to change, you must ensure its
5151
security identity is updated too. The
52-
:method:`MutableAclProvider::updateUserSecurityIdentity <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
53-
``updateUserSecurityIdentity`` method is there to handle the update.
52+
:method:`MutableAclProvider::updateUserSecurityIdentity() <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
53+
method is there to handle the update.
5454

5555
Database Table Structure
5656
------------------------

0 commit comments

Comments
 (0)