From 5dba92fd55a34113e120e2b12b0c8652cfc66098 Mon Sep 17 00:00:00 2001 From: Dieter Blomme Date: Tue, 4 Aug 2020 19:25:29 +0200 Subject: [PATCH] Fixed review comments --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e7c823..d7d13b9 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; /** - * Class AddressExample + * Class AddressExampleType */ class AddressExampleType extends AbstractType { @@ -174,7 +174,7 @@ There is 1 additional option that can be used for this form type: country code. An example form for the AddressExample class given above using the AddressGmapsAutocompleteEmbeddableType with one -autocomplete fields. +autocomplete field. ```php