Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38ac0b3

Browse files
Fixed the RST syntax
1 parent ce15629 commit 38ac0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form/action_method.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ URL under which the form was rendered. Sometimes you want to change these
99
parameters. You can do so in a few different ways.
1010

1111
If you use the :class:`Symfony\\Component\\Form\\FormBuilder` to build your
12-
form, you can use ``setAction()`` and ``setMethod()``::
12+
form, you can use ``setAction()`` and ``setMethod()``:
1313

1414
.. configuration-block::
1515

@@ -73,7 +73,7 @@ form, you can use ``setAction()`` and ``setMethod()``::
7373
that points to the controller that processes the form.
7474

7575
When using a form type class, you can pass the action and method as form
76-
options::
76+
options:
7777

7878
.. configuration-block::
7979

0 commit comments

Comments
 (0)