Skip to content

Commit

Permalink
Minor doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans N. Hjort authored and fabpot committed Jun 12, 2014
1 parent cf28fd4 commit bf21d1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Symfony/Component/Form/FormTypeInterface.php
Expand Up @@ -21,7 +21,7 @@ interface FormTypeInterface
/**
* 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.
*
* @see FormTypeExtensionInterface::buildForm()
Expand All @@ -34,7 +34,7 @@ public function buildForm(FormBuilderInterface $builder, array $options);
/**
* 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.
*
* A view of a form is built before the views of the child forms are built.
Expand All @@ -52,7 +52,7 @@ public function buildView(FormView $view, FormInterface $form, array $options);
/**
* 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.
*
* When this method is called, views of the form's children have already
Expand Down

0 comments on commit bf21d1a

Please sign in to comment.