Skip to content

Commit 6547f7d

Browse files
committed
minor #10508 Fix typo (ianmustafa)
This PR was merged into the 4.1 branch. Discussion ---------- Fix typo <!-- 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 ------- 8b4a3fe Fix typo
2 parents 76a6c65 + 8b4a3fe commit 6547f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/form_login_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ When you submit the form, the ``LoginFormAuthenticator`` will intercept the requ
223223
read the email (or whatever field you're using) & password from the form, find the
224224
``User`` object, validate the CSRF token and check the password.
225225

226-
But, wepending on your setup, you'll need to finish one or more TODOs before the
226+
But, depending on your setup, you'll need to finish one or more TODOs before the
227227
whole process works. You will *at least* need to fill in *where* you want your user to
228228
be redirected after success:
229229

0 commit comments

Comments
 (0)