Skip to content

Commit 87bec30

Browse files
committed
minor #13289 Fix small linguistic error (LauLaman)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13289). Discussion ---------- Fix small linguistic error <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- d7d6c17 Fix small linguistic error
2 parents 70a8e90 + d7d6c17 commit 87bec30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/impersonating_user.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ Limiting User Switching
197197

198198
If you need more control over user switching, you can use a security voter. First,
199199
configure ``switch_user`` to check for some new, custom attribute. This can be
200-
anything, but *cannot* start with ``ROLE_`` (to enforce that only your voter will)
201-
be called:
200+
anything, but *cannot* start with ``ROLE_`` (to enforce that only your voter will
201+
be called):
202202

203203
.. configuration-block::
204204

0 commit comments

Comments
 (0)