Skip to content

Commit 901fe20

Browse files
javiereguiluzxabbuh
authored andcommitted
Fixed the RST syntax
1 parent ce9db18 commit 901fe20

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

@@ -62,7 +62,7 @@ form, you can use ``setAction()`` and ``setMethod()``::
6262
that points to the controller that processes the form.
6363

6464
When using a form type class, you can pass the action and method as form
65-
options::
65+
options:
6666

6767
.. configuration-block::
6868

0 commit comments

Comments
 (0)