Skip to content

Commit bfe85b8

Browse files
committed
minor #9312 [Form] Fix reStructuredText markup (julienfalque)
This PR was submitted for the 3.3 branch but it was merged into the 3.4 branch instead (closes #9312). Discussion ---------- [Form] Fix reStructuredText markup Commits ------- 97ab525 Fix reStructuredText markup
2 parents 7455557 + 97ab525 commit bfe85b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ allows you to return a list of extensions to register::
206206

207207
It is also possible to load custom form types, form type extensions or type
208208
guessers using the :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestCase::getTypes`,
209-
`:method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestCase::`getTypeExtensions`
209+
:method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestCase::getTypeExtensions`
210210
and :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestCase::getTypeGuessers`
211211
methods.
212212

0 commit comments

Comments
 (0)