Skip to content

Commit

Permalink
Typo: Removed comma
Browse files Browse the repository at this point in the history
| Q             | A
| ------------- | ---
| Doc fix?      | [yes]
| New docs?     | [no]
| Applies to    | [2.3]
| Fixed tickets |[]
  • Loading branch information
ThomasLandauer authored and wouterj committed Dec 19, 2015
1 parent 6e41f57 commit d806300
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 d806300

Please sign in to comment.