Skip to content

Commit cdb0e4f

Browse files
authored
Fix a typo in security/impersonating_user.rst
1 parent a327949 commit cdb0e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ to show a link to exit impersonation:
9191

9292
In some cases you may need to get the object that represents the impersonator
9393
user rather than the impersonated user. Use the following snippet to iterate
94-
over the user's roles until you find one that a ``SwitchUserRole`` object::
94+
over the user's roles until you find one that is a ``SwitchUserRole`` object::
9595

9696
use Symfony\Component\Security\Core\Role\SwitchUserRole;
9797

0 commit comments

Comments
 (0)