File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ possible paths:
400400
401401#. When initially loading the page in a browser, the form hasn't been submitted
402402 yet and ``$form->isSubmitted() `` returns ``false ``. So, the form is created
403- and rendered.
403+ and rendered;
404404
405405#. When the user submits the form, :method: `Symfony\\ Component\\ Form\\ FormInterface::handleRequest `
406406 recognizes this and immediately writes the submitted data back into the
@@ -413,7 +413,7 @@ possible paths:
413413 written into the form, but this time :method: `Symfony\\ Component\\ Form\\ FormInterface::isValid `
414414 returns ``true ``. Now you have the opportunity to perform some actions using
415415 the ``$task `` object (e.g. persisting it to the database) before redirecting
416- the user to some other page (e.g. a "thank you" or "success" page).
416+ the user to some other page (e.g. a "thank you" or "success" page);
417417
418418.. note ::
419419
You can’t perform that action at this time.
0 commit comments