Skip to content

Commit 8abfc01

Browse files
maks-rafalkoweaverryan
authored andcommitted
Small typo
fixed typo in method name (extra "`")
1 parent 77bcb9c commit 8abfc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/unit_testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ be the first test you write::
7777
$form = $this->factory->create($type);
7878

7979
This test checks that none of your data transformers used by the form
80-
failed. The :method:`Symfony\\Component\\Form\\FormInterface::isSynchronized``
80+
failed. The :method:`Symfony\\Component\\Form\\FormInterface::isSynchronized`
8181
method is only set to ``false`` if a data transformer throws an exception::
8282

8383
$form->bind($formData);

0 commit comments

Comments
 (0)