Skip to content

Commit d893965

Browse files
Merge pull request #5 from ThomasLandauer/ThomasLandauer-patch-1
Typo: Removed comma
2 parents 826a463 + eed20da commit d893965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ from inside a controller::
9797
->getForm();
9898

9999
return $this->render('default/new.html.twig', array(
100-
'form' => $form->createView(),
100+
'form' => $form->createView()
101101
));
102102
}
103103
}

0 commit comments

Comments
 (0)