From eed20daf72cc5bb45f0dc2a405a2b285eb64d220 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 28 Jul 2015 19:07:01 +0200 Subject: [PATCH] Typo: Removed comma | Q | A | ------------- | --- | Doc fix? | [yes] | New docs? | [no] | Applies to | [2.3] | Fixed tickets |[] --- book/forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/forms.rst b/book/forms.rst index 38186bba172..fde7babae4a 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -97,7 +97,7 @@ from inside a controller:: ->getForm(); return $this->render('default/new.html.twig', array( - 'form' => $form->createView(), + 'form' => $form->createView() )); } }