8000 Fix tense and sentence length · symfony/symfony-docs@fd2d9c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd2d9c1

Browse files
aalaapweaverryan
authored andcommitted
Fix tense and sentence length
Changed past-perfect and present mixture to use just the present tense and added a comma.
1 parent d417735 commit fd2d9c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/form_login_setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ form::
171171

172172
Don't let this controller confuse you. As you'll see in a moment, when the
173173
user submits the form, the security system automatically handles the form
174-
submission for you. If the user had submitted an invalid username or password,
175-
this controller reads the form submission error from the security system so
176-
that it can be displayed back to the user.
174+
submission for you. If the user submits an invalid username or password,
175+
this controller reads the form submission error from the security system,
176+
so that it can be displayed back to the user.
177177

178178
In other words, your job is to *display* the login form and any login errors
179179
that may have occurred, but the security system itself takes care of checking

0 commit comments

Comments
 (0)
0