Minor doc fix.

This commit is contained in:
Hans N. Hjort 2014-06-12 11:43:49 +02:00 committed by Fabien Potencier
parent cf28fd40b5
commit bf21d1a0f1

View File

@ -21,7 +21,7 @@ interface FormTypeInterface
/** /**
* Builds the form. * Builds the form.
* *
* This method is called for each type in the hierarchy starting form the * This method is called for each type in the hierarchy starting from the
* top most type. Type extensions can further modify the form. * top most type. Type extensions can further modify the form.
* *
* @see FormTypeExtensionInterface::buildForm() * @see FormTypeExtensionInterface::buildForm()
@ -34,7 +34,7 @@ interface FormTypeInterface
/** /**
* Builds the form view. * Builds the form view.
* *
* This method is called for each type in the hierarchy starting form the * This method is called for each type in the hierarchy starting from the
* top most type. Type extensions can further modify the view. * top most type. Type extensions can further modify the view.
* *
* A view of a form is built before the views of the child forms are built. * A view of a form is built before the views of the child forms are built.
@ -52,7 +52,7 @@ interface FormTypeInterface
/** /**
* Finishes the form view. * Finishes the form view.
* *
* This method gets called for each type in the hierarchy starting form the * This method gets called for each type in the hierarchy starting from the
* top most type. Type extensions can further modify the view. * top most type. Type extensions can further modify the view.
* *
* When this method is called, views of the form's children have already * When this method is called, views of the form's children have already