Skip to content

Commit 060649c

Browse files
committed
minor #10323 Fix a typo in security/impersonating_user (nouwaarom)
This PR was merged into the 2.8 branch. Discussion ---------- Fix a typo in security/impersonating_user Commits ------- cdb0e4f Fix a typo in security/impersonating_user.rst
2 parents 13033e3 + cdb0e4f commit 060649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

Lines changed: 1 addition & 1 deletion
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)