From d7d6c17baaf709cf06e55a97dbef00193e1b2ab6 Mon Sep 17 00:00:00 2001 From: Laurens Laman Date: Mon, 2 Mar 2020 11:52:39 +0100 Subject: [PATCH] Fix small linguistic error --- security/impersonating_user.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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::