[Form] Fix typo in doc comment

This commit is contained in:
Fabien Bourigault 2016-09-14 09:33:27 +02:00
parent 26e2846c8a
commit 82415a1667
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Form;
use Symfony\Component\Form\Exception\InvalidArgumentException;
/**
* A form extension with preloaded types, type exceptions and type guessers.
* A form extension with preloaded types, type extensions and type guessers.
*
* @author Bernhard Schussek <bschussek@gmail.com>
*/