From 2358fb985a207c75b74468331ecf0b0ad4d0d164 Mon Sep 17 00:00:00 2001 From: johan Vlaar Date: Tue, 2 Jul 2024 13:58:30 +0200 Subject: [PATCH] Update impersonating_user.rst remove unneeded space --- security/impersonating_user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/impersonating_user.rst b/security/impersonating_user.rst index 41351ab7798..36232243e1f 100644 --- a/security/impersonating_user.rst +++ b/security/impersonating_user.rst @@ -142,7 +142,7 @@ instance, to show a link to exit impersonation in a template: .. code-block:: html+twig {% if is_granted('IS_IMPERSONATOR') %} - Exit impersonation + Exit impersonation {% endif %} .. versionadded:: 5.1