Skip to content

Commit

Permalink
Merge pull request #5 from ThomasLandauer/ThomasLandauer-patch-1
Browse files Browse the repository at this point in the history
Typo: Removed comma
  • Loading branch information
ThomasLandauer committed Jul 28, 2015
2 parents 826a463 + eed20da commit d893965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ from inside a controller::
->getForm();

return $this->render('default/new.html.twig', array(
'form' => $form->createView(),
'form' => $form->createView()
));
}
}
Expand Down

0 comments on commit d893965

Please sign in to comment.