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