Skip to content

Commit f378ac4

Browse files
committed
Merge pull request #3051 from dfyz-it/fix_typo_direct_submit
Fixed typo in direct_submit.rst
2 parents 29ead0d + a9f2613 commit f378ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/direct_submit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ method, pass the submitted data directly to
8686
Passing a Request to Form::submit() (deprecated)
8787
------------------------------------------------
8888

89-
.. versionadded::
89+
.. versionadded:: 2.3
9090
Before Symfony 2.3, the ``submit`` method was known as ``bind``.
9191

9292
Before Symfony 2.3, the :method:`Symfony\Component\Form\FormInterface::submit`

0 commit comments

Comments
 (0)