From d83c92c8bc9efabab54dabd66e859d2e5709615e Mon Sep 17 00:00:00 2001 From: Ariel Ferrandini Date: Sun, 24 Jan 2016 00:24:43 +0100 Subject: [PATCH] Fix repeated has been in two sentences --- UPGRADE-3.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.