Skip to content

Commit 16e475e

Browse files
committed
minor #18410 [Security] Update security.rst (MaxiCom)
This PR was submitted for the 6.3 branch but it was merged into the 6.2 branch instead. Discussion ---------- [Security] Update security.rst Typo! <!-- 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 `6.x` for features of unreleased versions). --> Commits ------- fa355fd Update security.rst
2 parents 846ff15 + fa355fd commit 16e475e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ You can logout user programmatically using the ``logout()`` method of the
18191819
}
18201820
}
18211821

1822-
The user will be logout from the firewall of the request. If the request is
1822+
The user will be logged out from the firewall of the request. If the request is
18231823
not behind a firewall a ``\LogicException`` will be thrown.
18241824

18251825
Customizing Logout

0 commit comments

Comments
 (0)