diff --git a/docs/en/topics/forms.md b/docs/en/topics/forms.md index 1880a5e1b..3b35371da 100644 --- a/docs/en/topics/forms.md +++ b/docs/en/topics/forms.md @@ -76,7 +76,7 @@ class, and add it to the fieldlist of the form. "SignupForm", // form name new FieldList( // fields TextField::create("FirstName") - ->setTitle('First name') + ->setTitle('First name'), TextField::create("Surname") ->setTitle('Last name') ->setMaxLength(50),