diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index 723e8352c6..e0c7aedebb 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -234,13 +234,13 @@ UPGRADE FROM 2.x to 3.0 ### Form * The `getBlockPrefix()` method was added to the `FormTypeInterface` in replacement of - the `getName()` method which has been has been removed. + the `getName()` method which has been removed. * The `configureOptions()` method was added to the `FormTypeInterface` in replacement of the `setDefaultOptions()` method which has been removed. * The `getBlockPrefix()` method was added to the `ResolvedFormTypeInterface` in - replacement of the `getName()` method which has been has been removed. + replacement of the `getName()` method which has been removed. * The option `options` of the `CollectionType` has been removed in favor of the `entry_options` option.