From 61689bca8b7bee06af659547624b7e71b8c5aa86 Mon Sep 17 00:00:00 2001 From: sanjay Date: Thu, 28 Nov 2013 16:27:01 +0530 Subject: [PATCH] Update form.md Under the heading ...THE FORM.... Instantiating a form.... $controller.. replace and to an. --- docs/en/topics/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/topics/forms.md b/docs/en/topics/forms.md index 11ea53c8c..3de8c2fe2 100644 --- a/docs/en/topics/forms.md +++ b/docs/en/topics/forms.md @@ -95,7 +95,7 @@ Creating a form is a matter of defining a method to represent that form. This method should return a form object. The constructor takes the following arguments: -* `$controller`: This must be and instance of the controller that contains the form, often `$this`. +* `$controller`: This must be an instance of the controller that contains the form, often `$this`. * `$name`: This must be the name of the method on that controller that is called to return the form. The first two fields allow the form object to be re-created after submission. **It's vital that they are properly set - if you ever have problems with form action handler not working, check that these values are correct.**