10000 minor #13185 Update form.rst (Yohann76) · symfony/symfony-docs@bca536b · GitHub
[go: up one dir, main page]

Skip to content

Commit bca536b

Browse files
committed
minor #13185 Update form.rst (Yohann76)
This PR was submitted for the 5.0 branch but it was merged into the 3.4 branch instead. Discussion ---------- Update form.rst <!-- 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 ------- bde5a70 Update form.rst
2 parents e31722d + bde5a70 commit bca536b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ This defines a common form "workflow", which contains 3 different possibilities:
651651
1) On the initial GET request (i.e. when the user "surfs" to your page),
652652
build your form and render it;
653653

654-
If the request is a POST, process the submitted data (via ``handleRequest()``).
654+
If the request is a POST, process the submitted data (via :method:`Symfony\\Component\\Form\\Form::handleRequest`).
655655
Then:
656656

657657
2) if the form is invalid, re-render the form (which will now contain errors);

0 commit comments

Comments
 (0)
0