Skip to content

Commit eed20da

Browse files
Typo: Removed comma
| Q | A | ------------- | --- | Doc fix? | [yes] | New docs? | [no] | Applies to | [2.3] | Fixed tickets |[]
1 parent 826a463 commit eed20da

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)