Skip to content

Commit a2bf25b

Browse files
svenluijtenxabbuh
authored andcommitted
fix typo
1 parent fb8fd65 commit a2bf25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/validator/resources.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this example, the validation metadata is retrieved executing the
4242
{
4343
protected $name;
4444

45-
public static function loadValidatorMatadata(ClassMetadata $metadata)
45+
public static function loadValidatorMetadata(ClassMetadata $metadata)
4646
{
4747
$metadata->addPropertyConstraint('name', new Assert\NotBlank());
4848
$metadata->addPropertyConstraint('name', new Asert\Length(array(

0 commit comments

Comments
 (0)