diff --git a/security/impersonating_user.rst b/security/impersonating_user.rst index 338f377d0b8..634052722a5 100644 --- a/security/impersonating_user.rst +++ b/security/impersonating_user.rst @@ -197,8 +197,8 @@ Limiting User Switching If you need more control over user switching, you can use a security voter. First, configure ``switch_user`` to check for some new, custom attribute. This can be -anything, but *cannot* start with ``ROLE_`` (to enforce that only your voter will) -be called: +anything, but *cannot* start with ``ROLE_`` (to enforce that only your voter will +be called): .. configuration-block::