Quellcode durchsuchen

[Form] Fixed Typo

Pascal Borreli vor 14 Jahren
Ursprung
Commit
f3a0b3fd83
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.
  *