8000 minor #16264 Correct spelling & grammar in 4.4 components/security/ (… · symfony/symfony-docs@c215eea · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit c215eea

Browse files
committed
minor #16264 Correct spelling & grammar in 4.4 components/security/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 components/security/ <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `5.x` for features of unreleased versions). --> Commits ------- d566508 Correct spelling & grammar in 4.4 components/security/
2 parents 59c16cb + d566508 commit c215eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/security/authentication.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Authentication Success and Failure Events
292292
When a provider authenticates the user, a ``security.authentication.success``
293293
event is dispatched. But beware - this event may fire, for example, on *every*
294294
request if you have session-based authentication, if ``always_authenticate_before_granting``
295-
is enabled or if token is not authenticated before AccessListener is invoked.
295+
is enabled or if the token is not authenticated before AccessListener is invoked.
296296
See ``security.interactive_login`` below if you need to do something when a user *actually* logs in.
297297

298298
When a provider attempts authentication but fails (i.e. throws an ``AuthenticationException``),
@@ -317,7 +317,7 @@ The ``security.switch_user`` event is triggered every time you activate
317317
the ``switch_user`` firewall listener.
318318

319319
The ``Symfony\Component\Security\Http\Event\DeauthenticatedEvent`` event is triggered when a token has been deauthenticated
320-
because of a user change, it can help you doing some clean-up task.
320+
because of a user change. It can help you perform clean-up tasks.
321321

322322
.. versionadded:: 4.3
323323

0 commit comments

Comments
 (0)
0