Przeglądaj źródła

[Form] Fixed Typo

Pascal Borreli 14 lat temu
rodzic
commit
f3a0b3fd83
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Symfony/Component/Form/FormContext.php

+ 1 - 1
src/Symfony/Component/Form/FormContext.php

@@ -16,7 +16,7 @@ use Symfony\Component\Form\Exception\FormException;
 use Symfony\Component\Validator\ValidatorInterface;
 
 /**
- * Default implementaton of FormContextInterface
+ * Default implementation of FormContextInterface
  *
  * This class is immutable by design.
  *