Skip to content

Commit d6708b0

Browse files
xabbuhweaverryan
authored andcommitted
add missing backslash
1 parent d301614 commit d6708b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The Form component optionally integrates with Symfony's :doc:`HttpFoundation</co
7171
component to make this even easier.
7272

7373
To integrate the HttpFoundation component, add the
74-
:class:`Symfony\\Component\\Form\\Extension\\HttpFoundation\HttpFoundationExtension`
74+
:class:`Symfony\\Component\\Form\\Extension\\HttpFoundation\\HttpFoundationExtension`
7575
to your form factory::
7676

7777
use Symfony\Component\Form\Forms;

0 commit comments

Comments
 (0)