Skip to content

Commit 7ab222a

Browse files
committed
minor #12210 Consistent bullet point endings (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Consistent bullet point endings <!-- 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 ------- f49e871 Consistent bullet point endings
2 parents ff46f91 + f49e871 commit 7ab222a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)