Skip to content

Commit

Permalink
Fix typo: getExtentedTypes -> getExtendedTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Jun 18, 2019
1 parent 61acd6e commit 5529fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knpu/ep5-forms/form-type-extension.md
Expand Up @@ -80,7 +80,7 @@ public function getExtendedType()
return '';
}
public function getExtentedTypes(): iterable
public function getExtendedTypes(): iterable
{
return [SomeType::class];
}
Expand Down

0 comments on commit 5529fe9

Please sign in to comment.